#424002

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

Shades of Verdun Green #424002

Tints of Verdun Green #424002

Color information

#424002 (or 0x424002) is unknown color: approx Verdun Green. HEX triplet: 42, 40 and 02. RGB value is (66,64,2). Sum of RGB (Red+Green+Blue) = 66+64+2=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #424002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424002 is #BDBFFD. Grayscale: #393939. Windows color (decimal): -12435454 or 147522. OLE color: 147522.

HSL color Cylindrical-coordinate representation of color #424002: hue angle of 58.12º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #424002 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66642-
CMYK00.030.970.74
HSL58.12º94.12%13.33%-
HSV(B)58.12º96.97%25.88%-
XYZ4.094.830.77-
YUV57.5396.66134.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=50%
G=48.48%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6664200.030.970.7458.1294.1213.33
Hex4240203614A3a5ed
Octal1021002031411127213615
Binary10000101000000100111100001100101011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424002; }

 p { color: rgb(66,64,2); }

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

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

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

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

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

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

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