Html Css Color HEX #356F39 Japanese Laurel

📋 copy color: '#356F39'

red 53 ◦ green 111 ◦ blue 57

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

Shades of Japanese Laurel #356F39

Tints of Japanese Laurel #356F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 23.98%
G = 50.23%
B = 25.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#356F39 (or 0x356F39) is known color: Japanese Laurel. HEX triplet: 35, 6F and 39. RGB value is (53,111,57). Sum of RGB (Red+Green+Blue) = 53+111+57=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #356F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F39 is #CA90C6. Grayscale: #575757. Windows color (decimal): -13275335 or 3764021. OLE color: 3764021.

HSL color Cylindrical-coordinate representation of color #356F39: hue angle of 124.14º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F39 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 57 -
CMYK 0.52 0 0.49 0.56
HSL 124.14º 0.35% 0.32% -
HSV(B) 124.14º 0.52% 0.44% -
XYZ 7.89 12.42 5.85 -
YUV 87.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 53 111 57 0.52 0 0.49 0.56 124.14 0.35 0.32
Hex 35 6F 39 34 0 31 38 7C 23 20
Octal 65 157 71 64 0 61 70 174 43 40
Binary 110101 1101111 111001 110100 0 110001 111000 1111100 100011 100000

Color Harmonies of #356F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F39

Black with #356F39

Text Example


Text Example

White with #356F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F39; }

 p { color: rgb(53,111,57); }

 H1.HeaderClassName
 {
   color: #356F39;
 }
 .AnyTagClassName
 {
   color: #356F39;
 }
</style>

background-color css

<style>
 a { background-color: #356F39; }

 a { background-color: rgb(53,111,57); }

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

border-color css

<style>
 span { border-color: #356F39; }

 span { border-color: rgb(53,111,57); }

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