Html Css Color HEX #37712E Japanese Laurel

📋 copy color: '#37712E'

red 55 ◦ green 113 ◦ blue 46

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

Shades of Japanese Laurel #37712E

Tints of Japanese Laurel #37712E

RGB

 RED value IS 55 (21.88% from 255) = 25.7%

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

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 25.7%
G = 52.8%
B = 21.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#37712E (or 0x37712E) is known color: Japanese Laurel. HEX triplet: 37, 71 and 2E. RGB value is (55,113,46). Sum of RGB (Red+Green+Blue) = 55+113+46=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #37712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37712E is #C88ED1. Grayscale: #585858. Windows color (decimal): -13143762 or 3043639. OLE color: 3043639.

HSL color Cylindrical-coordinate representation of color #37712E: hue angle of 111.94º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37712E is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 46 -
CMYK 0.51 0 0.59 0.56
HSL 111.94º 0.42% 0.31% -
HSV(B) 111.94º 0.59% 0.44% -
XYZ 7.97 12.82 4.64 -
YUV 88.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 55 113 46 0.51 0 0.59 0.56 111.94 0.42 0.31
Hex 37 71 2E 33 0 3B 38 70 2A 1F
Octal 67 161 56 63 0 73 70 160 52 37
Binary 110111 1110001 101110 110011 0 111011 111000 1110000 101010 11111

Color Harmonies of #37712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37712E

Black with #37712E

Text Example


Text Example

White with #37712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37712E; }

 p { color: rgb(55,113,46); }

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

background-color css

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

 a { background-color: rgb(55,113,46); }

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

border-color css

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

 span { border-color: rgb(55,113,46); }

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