Html Css Color HEX #357C3D Japanese Laurel

📋 copy color: '#357C3D'

red 53 ◦ green 124 ◦ blue 61

#357C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #357C3D

Tints of Japanese Laurel #357C3D

RGB

 RED value IS 53 (21.09% from 255) = 22.27%

 GREEN value IS 124 (48.83% from 255) = 52.1%

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 22.27%
G = 52.1%
B = 25.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#357C3D (or 0x357C3D) is known color: Japanese Laurel. HEX triplet: 35, 7C and 3D. RGB value is (53,124,61). Sum of RGB (Red+Green+Blue) = 53+124+61=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #357C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C3D is #CA83C2. Grayscale: #5F5F5F. Windows color (decimal): -13272003 or 4029493. OLE color: 4029493.

HSL color Cylindrical-coordinate representation of color #357C3D: hue angle of 126.76º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C3D is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 61 -
CMYK 0.57 0 0.51 0.51
HSL 126.76º 0.4% 0.35% -
HSV(B) 126.76º 0.57% 0.49% -
XYZ 9.52 15.51 6.91 -
YUV 95.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 53 124 61 0.57 0 0.51 0.51 126.76 0.4 0.35
Hex 35 7C 3D 39 0 33 33 7F 28 23
Octal 65 174 75 71 0 63 63 177 50 43
Binary 110101 1111100 111101 111001 0 110011 110011 1111111 101000 100011

Color Harmonies of #357C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C3D

Black with #357C3D

Text Example


Text Example

White with #357C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357C3D; }

 p { color: rgb(53,124,61); }

 H1.HeaderClassName
 {
   color: #357C3D;
 }
 .AnyTagClassName
 {
   color: #357C3D;
 }
</style>

background-color css

<style>
 a { background-color: #357C3D; }

 a { background-color: rgb(53,124,61); }

 div.DivClassName
 {
   background-color: #357C3D;
 }
 .BgClassName
 {
   background-color: #357C3D;
 }
</style>

border-color css

<style>
 span { border-color: #357C3D; }

 span { border-color: rgb(53,124,61); }

 td.TdClassName
 {
   border-color: #357C3D;
 }
 .TagClassName
 {
   border-color: #357C3D;
 }
</style>