#313F37

Color #313F37 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #313F37

Tints of English Holly #313F37

Color information

#313F37 (or 0x313F37) is unknown color: approx English Holly. HEX triplet: 31, 3F and 37. RGB value is (49,63,55). Sum of RGB (Red+Green+Blue) = 49+63+55=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #313F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F37 is #CEC0C8. Grayscale: #393939. Windows color (decimal): -13549769 or 3620657. OLE color: 3620657.

HSL color Cylindrical-coordinate representation of color #313F37: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313F37 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB496355-
CMYK0.2200.130.75
HSL145.71º12.5%21.96%-
HSV(B)145.71º22.22%24.71%-
XYZ3.734.484.28-
YUV57.9126.36121.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=29.34%
G=37.72%
B=32.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963550.2200.130.75145.7112.521.96
Hex313F37160D4B92c16
Octal617767260151132221426
Binary1100011111111101111011001101100101110010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F37; }

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

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

<style>
 a { background-color: #313F37; }

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

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

<style>
 span { border-color: #313F37; }

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

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