#455714

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

Shades of Verdun Green #455714

Tints of Verdun Green #455714

Color information

#455714 (or 0x455714) is unknown color: approx Verdun Green. HEX triplet: 45, 57 and 14. RGB value is (69,87,20). Sum of RGB (Red+Green+Blue) = 69+87+20=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #455714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455714 is #BAA8EB. Grayscale: #4A4A4A. Windows color (decimal): -12232940 or 1333061. OLE color: 1333061.

HSL color Cylindrical-coordinate representation of color #455714: hue angle of 76.12º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455714 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB698720-
CMYK0.2100.770.66
HSL76.12º62.62%20.98%-
HSV(B)76.12º77.01%34.12%-
XYZ5.998.131.92-
YUV73.9897.54124.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=39.20%
G=49.43%
B=11.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987200.2100.770.6676.1262.6220.98
Hex4557141504D424c3f15
Octal105127242501151021147725
Binary100010110101111010010101010011011000010100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455714; }

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

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

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

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

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

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

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

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