Html Css Color HEX #367232 Japanese Laurel

📋 copy color: '#367232'

red 54 ◦ green 114 ◦ blue 50

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

Shades of Japanese Laurel #367232

Tints of Japanese Laurel #367232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

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

R = 24.77%
G = 52.29%
B = 22.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#367232 (or 0x367232) is known color: Japanese Laurel. HEX triplet: 36, 72 and 32. RGB value is (54,114,50). Sum of RGB (Red+Green+Blue) = 54+114+50=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #367232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367232 is #C98DCD. Grayscale: #585858. Windows color (decimal): -13209038 or 3306038. OLE color: 3306038.

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

Color convert

RGB 54 114 50 -
CMYK 0.53 0 0.56 0.55
HSL 116.25º 0.39% 0.32% -
HSV(B) 116.25º 0.56% 0.45% -
XYZ 8.11 13.05 5.11 -
YUV 88.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 54 114 50 0.53 0 0.56 0.55 116.25 0.39 0.32
Hex 36 72 32 35 0 38 37 74 27 20
Octal 66 162 62 65 0 70 67 164 47 40
Binary 110110 1110010 110010 110101 0 111000 110111 1110100 100111 100000

Color Harmonies of #367232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367232

Black with #367232

Text Example


Text Example

White with #367232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367232; }

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

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

background-color css

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

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

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

border-color css

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

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

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