#455916

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

Shades of Verdun Green #455916

Tints of Verdun Green #455916

Color information

#455916 (or 0x455916) is unknown color: approx Verdun Green. HEX triplet: 45, 59 and 16. RGB value is (69,89,22). Sum of RGB (Red+Green+Blue) = 69+89+22=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #455916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455916 is #BAA6E9. Grayscale: #4B4B4B. Windows color (decimal): -12232426 or 1464645. OLE color: 1464645.

HSL color Cylindrical-coordinate representation of color #455916: hue angle of 77.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455916 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB698922-
CMYK0.2200.750.65
HSL77.91º60.36%21.76%-
HSV(B)77.91º75.28%34.9%-
XYZ6.178.472.07-
YUV75.3897.87123.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=38.33%
G=49.44%
B=12.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989220.2200.750.6577.9160.3621.76
Hex4559161604B414e3c16
Octal105131262601131011167426
Binary100010110110011011010110010010111000001100111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455916; }

 p { color: rgb(69,89,22); }

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

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

 a { background-color: rgb(69,89,22); }

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

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

 span { border-color: rgb(69,89,22); }

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