#37863C

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

Shades of Japanese Laurel #37863C

Tints of Japanese Laurel #37863C

Color information

#37863C (or 0x37863C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 3C. RGB value is (55,134,60). Sum of RGB (Red+Green+Blue) = 55+134+60=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #37863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863C is #C879C3. Grayscale: #666666. Windows color (decimal): -13138372 or 3966519. OLE color: 3966519.

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

Color convert

RGB5513460-
CMYK0.5900.550.47
HSL123.8º41.8%37.06%-
HSV(B)123.8º58.96%52.55%-
XYZ10.9218.197.21-
YUV101.94104.3394.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=22.09%
G=53.82%
B=24.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134600.5900.550.47123.841.837.06
Hex37863C3B0372F7c2a25
Octal672067473067571745245
Binary1101111000011011110011101101101111011111111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37863C; }

 p { color: rgb(55,134,60); }

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

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

 a { background-color: rgb(55,134,60); }

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

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

 span { border-color: rgb(55,134,60); }

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