#424407

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

Shades of Verdun Green #424407

Tints of Verdun Green #424407

Color information

#424407 (or 0x424407) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 07. RGB value is (66,68,7). Sum of RGB (Red+Green+Blue) = 66+68+7=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #424407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424407 is #BDBBF8. Grayscale: #3C3C3C. Windows color (decimal): -12434425 or 476226. OLE color: 476226.

HSL color Cylindrical-coordinate representation of color #424407: hue angle of 61.97º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #424407 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB66687-
CMYK0.0300.900.73
HSL61.97º81.33%14.71%-
HSV(B)61.97º89.71%26.67%-
XYZ4.355.311-
YUV60.4597.84131.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=46.81%
G=48.23%
B=4.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666870.0300.900.7361.9781.3314.71
Hex42447305A493e51f
Octal1021047301321117612117
Binary100001010001001111101011010100100111111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424407; }

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

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

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

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

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

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

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

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