#424213

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

Shades of Verdun Green #424213

Tints of Verdun Green #424213

Color information

#424213 (or 0x424213) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 13. RGB value is (66,66,19). Sum of RGB (Red+Green+Blue) = 66+66+19=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424213 is #BDBDEC. Grayscale: #3C3C3C. Windows color (decimal): -12434925 or 1262146. OLE color: 1262146.

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

Color convert

RGB666619-
CMYK000.710.74
HSL60º55.29%16.67%-
HSV(B)60º71.21%25.88%-
XYZ4.315.11.37-
YUV60.64104.5131.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=43.71%
G=43.71%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666619000.710.746055.2916.67
Hex42421300474A3c3711
Octal1021022300107112746721
Binary1000010100001010011001000111100101011110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424213; }

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

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

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

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

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

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

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

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