Html Css Color HEX #404402 Verdun Green

📋 copy color: '#404402'

red 64 ◦ green 68 ◦ blue 2

#404402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #404402

Tints of Verdun Green #404402

RGB

 RED value IS 64 (25.39% from 255) = 47.76%

 GREEN value IS 68 (26.95% from 255) = 50.75%

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 47.76%
G = 50.75%
B = 1.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#404402 (or 0x404402) is known color: Verdun Green. HEX triplet: 40, 44 and 02. RGB value is (64,68,2). Sum of RGB (Red+Green+Blue) = 64+68+2=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #404402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404402 is #BFBBFD. Grayscale: #3B3B3B. Windows color (decimal): -12565502 or 148544. OLE color: 148544.

HSL color Cylindrical-coordinate representation of color #404402: hue angle of 63.64º 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 #404402 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 2 -
CMYK 0.06 0 0.97 0.73
HSL 63.64º 0.94% 0.14% -
HSV(B) 63.64º 0.97% 0.27% -
XYZ 4.19 5.23 0.85 -
YUV 59.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 64 68 2 0.06 0 0.97 0.73 63.64 0.94 0.14
Hex 40 44 2 6 0 61 49 40 5E E
Octal 100 104 2 6 0 141 111 100 136 16
Binary 1000000 1000100 10 110 0 1100001 1001001 1000000 1011110 1110

Color Harmonies of #404402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404402

Black with #404402

Text Example


Text Example

White with #404402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404402; }

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

 H1.HeaderClassName
 {
   color: #404402;
 }
 .AnyTagClassName
 {
   color: #404402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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