Html Css Color HEX #356B32 Japanese Laurel

📋 copy color: '#356B32'

red 53 ◦ green 107 ◦ blue 50

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

Shades of Japanese Laurel #356B32

Tints of Japanese Laurel #356B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.95%

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

R = 25.24%
G = 50.95%
B = 23.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#356B32 (or 0x356B32) is known color: Japanese Laurel. HEX triplet: 35, 6B and 32. RGB value is (53,107,50). Sum of RGB (Red+Green+Blue) = 53+107+50=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #356B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B32 is #CA94CD. Grayscale: #545454. Windows color (decimal): -13276366 or 3304245. OLE color: 3304245.

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

Color convert

RGB 53 107 50 -
CMYK 0.50 0 0.53 0.58
HSL 116.84º 0.36% 0.31% -
HSV(B) 116.84º 0.53% 0.42% -
XYZ 7.3 11.5 4.85 -
YUV 84.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 53 107 50 0.50 0 0.53 0.58 116.84 0.36 0.31
Hex 35 6B 32 32 0 35 3A 75 24 1F
Octal 65 153 62 62 0 65 72 165 44 37
Binary 110101 1101011 110010 110010 0 110101 111010 1110101 100100 11111

Color Harmonies of #356B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B32

Black with #356B32

Text Example


Text Example

White with #356B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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