#37813F

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

Shades of Japanese Laurel #37813F

Tints of Japanese Laurel #37813F

Color information

#37813F (or 0x37813F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 81 and 3F. RGB value is (55,129,63). Sum of RGB (Red+Green+Blue) = 55+129+63=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #37813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37813F is #C87EC0. Grayscale: #636363. Windows color (decimal): -13139649 or 4161847. OLE color: 4161847.

HSL color Cylindrical-coordinate representation of color #37813F: hue angle of 126.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37813F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5512963-
CMYK0.5700.510.49
HSL126.49º40.22%36.08%-
HSV(B)126.49º57.36%50.59%-
XYZ10.3216.877.42-
YUV99.35107.4896.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 63 (25% from 255) = 25.51%
R=22.27%
G=52.23%
B=25.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129630.5700.510.49126.4940.2236.08
Hex37813F39033317e2824
Octal672017771063611765044
Binary1101111000000111111111100101100111100011111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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