Html Css Color HEX #356C32 Japanese Laurel

📋 copy color: '#356C32'

red 53 ◦ green 108 ◦ blue 50

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

Shades of Japanese Laurel #356C32

Tints of Japanese Laurel #356C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 25.12%
G = 51.18%
B = 23.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#356C32 (or 0x356C32) is known color: Japanese Laurel. HEX triplet: 35, 6C and 32. RGB value is (53,108,50). Sum of RGB (Red+Green+Blue) = 53+108+50=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #356C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C32 is #CA93CD. Grayscale: #555555. Windows color (decimal): -13276110 or 3304501. OLE color: 3304501.

HSL color Cylindrical-coordinate representation of color #356C32: hue angle of 116.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356C32 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 50 -
CMYK 0.51 0 0.54 0.58
HSL 116.9º 0.37% 0.31% -
HSV(B) 116.9º 0.54% 0.42% -
XYZ 7.41 11.71 4.89 -
YUV 84.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 53 108 50 0.51 0 0.54 0.58 116.9 0.37 0.31
Hex 35 6C 32 33 0 36 3A 75 25 1F
Octal 65 154 62 63 0 66 72 165 45 37
Binary 110101 1101100 110010 110011 0 110110 111010 1110101 100101 11111

Color Harmonies of #356C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C32

Black with #356C32

Text Example


Text Example

White with #356C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,50); }

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

background-color css

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

 a { background-color: rgb(53,108,50); }

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

border-color css

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

 span { border-color: rgb(53,108,50); }

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