Html Css Color HEX #367131 Japanese Laurel

📋 copy color: '#367131'

red 54 ◦ green 113 ◦ blue 49

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

Shades of Japanese Laurel #367131

Tints of Japanese Laurel #367131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

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

R = 25%
G = 52.31%
B = 22.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#367131 (or 0x367131) is known color: Japanese Laurel. HEX triplet: 36, 71 and 31. RGB value is (54,113,49). Sum of RGB (Red+Green+Blue) = 54+113+49=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #367131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367131 is #C98ECE. Grayscale: #585858. Windows color (decimal): -13209295 or 3240246. OLE color: 3240246.

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

Color convert

RGB 54 113 49 -
CMYK 0.52 0 0.57 0.56
HSL 115.31º 0.4% 0.32% -
HSV(B) 115.31º 0.57% 0.44% -
XYZ 7.98 12.82 4.96 -
YUV 88.06 105.95 103.7 -
System Red Green Blue C M Y K H S L
Decimal 54 113 49 0.52 0 0.57 0.56 115.31 0.4 0.32
Hex 36 71 31 34 0 39 38 73 28 20
Octal 66 161 61 64 0 71 70 163 50 40
Binary 110110 1110001 110001 110100 0 111001 111000 1110011 101000 100000

Color Harmonies of #367131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367131

Black with #367131

Text Example


Text Example

White with #367131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367131; }

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

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

background-color css

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

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

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

border-color css

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

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

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