#424217

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

Shades of Verdun Green #424217

Tints of Verdun Green #424217

Color information

#424217 (or 0x424217) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 17. RGB value is (66,66,23). Sum of RGB (Red+Green+Blue) = 66+66+23=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424217 is #BDBDE8. Grayscale: #3D3D3D. Windows color (decimal): -12434921 or 1524290. OLE color: 1524290.

HSL color Cylindrical-coordinate representation of color #424217: hue angle of 60º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424217 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB666623-
CMYK000.650.74
HSL60º48.31%17.45%-
HSV(B)60º65.15%25.88%-
XYZ4.355.121.57-
YUV61.1106.5131.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=42.58%
G=42.58%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666623000.650.746048.3117.45
Hex42421700414A3c3011
Octal1021022700101112746021
Binary1000010100001010111001000001100101011110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424217; }

 p { color: rgb(66,66,23); }

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

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

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

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

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

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

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