#314439

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

Shades of English Holly #314439

Tints of English Holly #314439

Color information

#314439 (or 0x314439) is unknown color: approx English Holly. HEX triplet: 31, 44 and 39. RGB value is (49,68,57). Sum of RGB (Red+Green+Blue) = 49+68+57=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #314439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314439 is #CEBBC6. Grayscale: #3D3D3D. Windows color (decimal): -13548487 or 3753009. OLE color: 3753009.

HSL color Cylindrical-coordinate representation of color #314439: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #314439 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB496857-
CMYK0.2800.160.73
HSL145.26º16.24%22.94%-
HSV(B)145.26º27.94%26.67%-
XYZ4.075.084.64-
YUV61.06125.71119.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=28.16%
G=39.08%
B=32.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968570.2800.160.73145.2616.2422.94
Hex3144391C01049911017
Octal6110471340201112212027
Binary1100011000100111001111000100001001001100100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314439; }

 p { color: rgb(49,68,57); }

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

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

 a { background-color: rgb(49,68,57); }

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

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

 span { border-color: rgb(49,68,57); }

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