#424215

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

Shades of Verdun Green #424215

Tints of Verdun Green #424215

Color information

#424215 (or 0x424215) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 15. RGB value is (66,66,21). Sum of RGB (Red+Green+Blue) = 66+66+21=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424215 is #BDBDEA. Grayscale: #3D3D3D. Windows color (decimal): -12434923 or 1393218. OLE color: 1393218.

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

Color convert

RGB666621-
CMYK000.680.74
HSL60º51.72%17.06%-
HSV(B)60º68.18%25.88%-
XYZ4.335.111.47-
YUV60.87105.5131.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=43.14%
G=43.14%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666621000.680.746051.7217.06
Hex42421500444A3c3411
Octal1021022500104112746421
Binary1000010100001010101001000100100101011110011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424215; }

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

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

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

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

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

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

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

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