#314037

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

Shades of English Holly #314037

Tints of English Holly #314037

Color information

#314037 (or 0x314037) is unknown color: approx English Holly. HEX triplet: 31, 40 and 37. RGB value is (49,64,55). Sum of RGB (Red+Green+Blue) = 49+64+55=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #314037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314037 is #CEBFC8. Grayscale: #3A3A3A. Windows color (decimal): -13549513 or 3620913. OLE color: 3620913.

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

Color convert

RGB496455-
CMYK0.2300.140.75
HSL144º13.27%22.16%-
HSV(B)144º23.44%25.1%-
XYZ3.794.64.3-
YUV58.49126.03121.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=29.17%
G=38.10%
B=32.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964550.2300.140.7514413.2722.16
Hex314037170E4B90d16
Octal6110067270161132201526
Binary11000110000001101111011101110100101110010000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314037; }

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

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

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

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

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

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

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

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