#455514

Color #455514 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #455514

Tints of Verdun Green #455514

Color information

#455514 (or 0x455514) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 14. RGB value is (69,85,20). Sum of RGB (Red+Green+Blue) = 69+85+20=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #455514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455514 is #BAAAEB. Grayscale: #494949. Windows color (decimal): -12233452 or 1332549. OLE color: 1332549.

HSL color Cylindrical-coordinate representation of color #455514: hue angle of 74.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455514 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB698520-
CMYK0.1900.760.67
HSL74.77º61.9%20.59%-
HSV(B)74.77º76.47%33.33%-
XYZ5.837.811.86-
YUV72.8198.2125.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=39.66%
G=48.85%
B=11.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985200.1900.760.6774.7761.920.59
Hex4555141304C434b3e15
Octal105125242301141031137625
Binary100010110101011010010011010011001000011100101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455514; }

 p { color: rgb(69,85,20); }

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

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

 a { background-color: rgb(69,85,20); }

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

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

 span { border-color: rgb(69,85,20); }

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