#424707

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

Shades of Verdun Green #424707

Tints of Verdun Green #424707

Color information

#424707 (or 0x424707) is unknown color: approx Verdun Green. HEX triplet: 42, 47 and 07. RGB value is (66,71,7). Sum of RGB (Red+Green+Blue) = 66+71+7=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #424707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424707 is #BDB8F8. Grayscale: #3E3E3E. Windows color (decimal): -12433657 or 476994. OLE color: 476994.

HSL color Cylindrical-coordinate representation of color #424707: hue angle of 64.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #424707 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB66717-
CMYK0.0700.900.72
HSL64.69º82.05%15.29%-
HSV(B)64.69º90.14%27.84%-
XYZ4.545.681.06-
YUV62.2196.84130.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=45.83%
G=49.31%
B=4.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667170.0700.900.7264.6982.0515.29
Hex42477705A484152f
Octal10210777013211010112217
Binary10000101000111111111010110101001000100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424707; }

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

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

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

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

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

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

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

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