#456614

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

Shades of Verdun Green #456614

Tints of Verdun Green #456614

Color information

#456614 (or 0x456614) is unknown color: approx Verdun Green. HEX triplet: 45, 66 and 14. RGB value is (69,102,20). Sum of RGB (Red+Green+Blue) = 69+102+20=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #456614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456614 is #BA99EB. Grayscale: #535353. Windows color (decimal): -12229100 or 1336901. OLE color: 1336901.

HSL color Cylindrical-coordinate representation of color #456614: hue angle of 84.15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #456614 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB6910220-
CMYK0.3200.800.6
HSL84.15º67.21%23.92%-
HSV(B)84.15º80.39%40%-
XYZ7.3310.822.36-
YUV82.7892.57118.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=36.13%
G=53.40%
B=10.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102200.3200.800.684.1567.2123.92
Hex456614200503C544318
Octal105146244001207412410330
Binary1000101110011010100100000010100001111001010100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456614; }

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

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

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

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

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

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

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

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