#37873B

Color #37873B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #37873B

Tints of Japanese Laurel #37873B

Color information

#37873B (or 0x37873B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 87 and 3B. RGB value is (55,135,59). Sum of RGB (Red+Green+Blue) = 55+135+59=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #37873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37873B is #C878C4. Grayscale: #666666. Windows color (decimal): -13138117 or 3901239. OLE color: 3901239.

HSL color Cylindrical-coordinate representation of color #37873B: hue angle of 123º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37873B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5513559-
CMYK0.5900.560.47
HSL123º42.11%37.25%-
HSV(B)123º59.26%52.94%-
XYZ11.0318.467.12-
YUV102.42103.594.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=22.09%
G=54.22%
B=23.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55135590.5900.560.4712342.1137.25
Hex37873B3B0382F7b2a25
Octal672077373070571735245
Binary1101111000011111101111101101110001011111111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37873B; }

 p { color: rgb(55,135,59); }

 H1.HeaderClassName
 {
   color: #37873B;
 }
 .AnyTagClassName
 {
   color: #37873B;
 }
</style>
background-color css

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

 a { background-color: rgb(55,135,59); }

 div.DivClassName
 {
   background-color: #37873B;
 }
 .BgClassName
 {
   background-color: #37873B;
 }
</style>
border-color css

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

 span { border-color: rgb(55,135,59); }

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