#456007

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

Shades of Verdun Green #456007

Tints of Verdun Green #456007

Color information

#456007 (or 0x456007) is unknown color: approx Verdun Green. HEX triplet: 45, 60 and 07. RGB value is (69,96,7). Sum of RGB (Red+Green+Blue) = 69+96+7=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #456007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456007 is #BA9FF8. Grayscale: #4E4E4E. Windows color (decimal): -12230649 or 483397. OLE color: 483397.

HSL color Cylindrical-coordinate representation of color #456007: hue angle of 78.2º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #456007 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB69967-
CMYK0.2800.930.62
HSL78.2º86.41%20.2%-
HSV(B)78.2º92.71%37.65%-
XYZ6.689.651.71-
YUV77.7888.05121.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=40.12%
G=55.81%
B=4.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal699670.2800.930.6278.286.4120.2
Hex456071C05D3E4e5614
Octal10514073401357611612624
Binary1000101110000011111100010111011111101001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456007; }

 p { color: rgb(69,96,7); }

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

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

 a { background-color: rgb(69,96,7); }

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

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

 span { border-color: rgb(69,96,7); }

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