#37863B

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

Shades of Japanese Laurel #37863B

Tints of Japanese Laurel #37863B

Color information

#37863B (or 0x37863B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 3B. RGB value is (55,134,59). Sum of RGB (Red+Green+Blue) = 55+134+59=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #37863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863B is #C879C4. Grayscale: #666666. Windows color (decimal): -13138373 or 3900983. OLE color: 3900983.

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

Color convert

RGB5513459-
CMYK0.5900.560.47
HSL123.04º41.8%37.06%-
HSV(B)123.04º58.96%52.55%-
XYZ10.8918.187.07-
YUV101.83103.8394.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=22.18%
G=54.03%
B=23.79%

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
Decimal55134590.5900.560.47123.0441.837.06
Hex37863B3B0382F7b2a25
Octal672067373070571735245
Binary1101111000011011101111101101110001011111111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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