#37873F

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

Shades of Japanese Laurel #37873F

Tints of Japanese Laurel #37873F

Color information

#37873F (or 0x37873F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 87 and 3F. RGB value is (55,135,63). Sum of RGB (Red+Green+Blue) = 55+135+63=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #37873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37873F is #C878C0. Grayscale: #676767. Windows color (decimal): -13138113 or 4163383. OLE color: 4163383.

HSL color Cylindrical-coordinate representation of color #37873F: hue angle of 126º 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 #37873F is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5513563-
CMYK0.5900.530.47
HSL126º42.11%37.25%-
HSV(B)126º59.26%52.94%-
XYZ11.1418.57.69-
YUV102.87105.593.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 63 (25% from 255) = 24.90%
R=21.74%
G=53.36%
B=24.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55135630.5900.530.4712642.1137.25
Hex37873F3B0352F7e2a25
Octal672077773065571765245
Binary1101111000011111111111101101101011011111111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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