#37863A

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

Shades of Japanese Laurel #37863A

Tints of Japanese Laurel #37863A

Color information

#37863A (or 0x37863A) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 3A. RGB value is (55,134,58). Sum of RGB (Red+Green+Blue) = 55+134+58=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #37863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863A is #C879C5. Grayscale: #656565. Windows color (decimal): -13138374 or 3835447. OLE color: 3835447.

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

Color convert

RGB5513458-
CMYK0.5900.570.47
HSL122.28º41.8%37.06%-
HSV(B)122.28º58.96%52.55%-
XYZ10.8618.176.94-
YUV101.72103.3394.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=22.27%
G=54.25%
B=23.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134580.5900.570.47122.2841.837.06
Hex37863A3B0392F7a2a25
Octal672067273071571725245
Binary1101111000011011101011101101110011011111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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