Html Css Color HEX #367332 Japanese Laurel

📋 copy color: '#367332'

red 54 ◦ green 115 ◦ blue 50

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

Shades of Japanese Laurel #367332

Tints of Japanese Laurel #367332

RGB

 RED value IS 54 (21.48% from 255) = 24.66%

 GREEN value IS 115 (45.31% from 255) = 52.51%

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

R = 24.66%
G = 52.51%
B = 22.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#367332 (or 0x367332) is known color: Japanese Laurel. HEX triplet: 36, 73 and 32. RGB value is (54,115,50). Sum of RGB (Red+Green+Blue) = 54+115+50=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #367332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367332 is #C98CCD. Grayscale: #595959. Windows color (decimal): -13208782 or 3306294. OLE color: 3306294.

HSL color Cylindrical-coordinate representation of color #367332: hue angle of 116.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367332 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 50 -
CMYK 0.53 0 0.57 0.55
HSL 116.31º 0.39% 0.32% -
HSV(B) 116.31º 0.57% 0.45% -
XYZ 8.23 13.28 5.15 -
YUV 89.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 54 115 50 0.53 0 0.57 0.55 116.31 0.39 0.32
Hex 36 73 32 35 0 39 37 74 27 20
Octal 66 163 62 65 0 71 67 164 47 40
Binary 110110 1110011 110010 110101 0 111001 110111 1110100 100111 100000

Color Harmonies of #367332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367332

Black with #367332

Text Example


Text Example

White with #367332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367332; }

 p { color: rgb(54,115,50); }

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

background-color css

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

 a { background-color: rgb(54,115,50); }

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

border-color css

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

 span { border-color: rgb(54,115,50); }

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