#426007

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

Shades of Verdun Green #426007

Tints of Verdun Green #426007

Color information

#426007 (or 0x426007) is unknown color: approx Verdun Green. HEX triplet: 42, 60 and 07. RGB value is (66,96,7). Sum of RGB (Red+Green+Blue) = 66+96+7=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #426007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426007 is #BD9FF8. Grayscale: #4D4D4D. Windows color (decimal): -12427257 or 483394. OLE color: 483394.

HSL color Cylindrical-coordinate representation of color #426007: hue angle of 80.22º 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 #426007 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB66967-
CMYK0.3100.930.62
HSL80.22º86.41%20.2%-
HSV(B)80.22º92.71%37.65%-
XYZ6.479.541.7-
YUV76.8888.56120.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=39.05%
G=56.80%
B=4.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669670.3100.930.6280.2286.4120.2
Hex426071F05D3E505614
Octal10214073701357612012624
Binary1000010110000011111111010111011111101010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426007; }

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

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

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

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

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

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

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

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