Html Css Color HEX #356E32 Japanese Laurel

📋 copy color: '#356E32'

red 53 ◦ green 110 ◦ blue 50

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

Shades of Japanese Laurel #356E32

Tints of Japanese Laurel #356E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.64%

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

R = 24.88%
G = 51.64%
B = 23.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#356E32 (or 0x356E32) is known color: Japanese Laurel. HEX triplet: 35, 6E and 32. RGB value is (53,110,50). Sum of RGB (Red+Green+Blue) = 53+110+50=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #356E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E32 is #CA91CD. Grayscale: #565656. Windows color (decimal): -13275598 or 3305013. OLE color: 3305013.

HSL color Cylindrical-coordinate representation of color #356E32: hue angle of 117º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356E32 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 110 50 -
CMYK 0.52 0 0.55 0.57
HSL 117º 0.38% 0.31% -
HSV(B) 117º 0.55% 0.43% -
XYZ 7.62 12.14 4.96 -
YUV 86.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 53 110 50 0.52 0 0.55 0.57 117 0.38 0.31
Hex 35 6E 32 34 0 37 39 75 26 1F
Octal 65 156 62 64 0 67 71 165 46 37
Binary 110101 1101110 110010 110100 0 110111 111001 1110101 100110 11111

Color Harmonies of #356E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E32

Black with #356E32

Text Example


Text Example

White with #356E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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