#424402

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

Shades of Verdun Green #424402

Tints of Verdun Green #424402

Color information

#424402 (or 0x424402) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 02. RGB value is (66,68,2). Sum of RGB (Red+Green+Blue) = 66+68+2=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #424402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424402 is #BDBBFD. Grayscale: #3C3C3C. Windows color (decimal): -12434430 or 148546. OLE color: 148546.

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

Color convert

RGB66682-
CMYK0.0300.970.73
HSL61.82º94.29%13.73%-
HSV(B)61.82º97.06%26.67%-
XYZ4.325.30.85-
YUV59.8895.34132.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=48.53%
G=50%
B=1.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666820.0300.970.7361.8294.2913.73
Hex424423061493e5ee
Octal1021042301411117613616
Binary10000101000100101101100001100100111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424402; }

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

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

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

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

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

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

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

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