Html Css Color HEX #367031 Japanese Laurel

📋 copy color: '#367031'

red 54 ◦ green 112 ◦ blue 49

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

Shades of Japanese Laurel #367031

Tints of Japanese Laurel #367031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.09%

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 25.12%
G = 52.09%
B = 22.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#367031 (or 0x367031) is known color: Japanese Laurel. HEX triplet: 36, 70 and 31. RGB value is (54,112,49). Sum of RGB (Red+Green+Blue) = 54+112+49=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #367031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367031 is #C98FCE. Grayscale: #575757. Windows color (decimal): -13209551 or 3239990. OLE color: 3239990.

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

Color convert

RGB 54 112 49 -
CMYK 0.52 0 0.56 0.56
HSL 115.24º 0.39% 0.32% -
HSV(B) 115.24º 0.56% 0.44% -
XYZ 7.87 12.59 4.92 -
YUV 87.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 54 112 49 0.52 0 0.56 0.56 115.24 0.39 0.32
Hex 36 70 31 34 0 38 38 73 27 20
Octal 66 160 61 64 0 70 70 163 47 40
Binary 110110 1110000 110001 110100 0 111000 111000 1110011 100111 100000

Color Harmonies of #367031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367031

Black with #367031

Text Example


Text Example

White with #367031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367031; }

 p { color: rgb(54,112,49); }

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

background-color css

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

 a { background-color: rgb(54,112,49); }

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

border-color css

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

 span { border-color: rgb(54,112,49); }

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