Html Css Color HEX #404502 Verdun Green

📋 copy color: '#404502'

red 64 ◦ green 69 ◦ blue 2

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

Shades of Verdun Green #404502

Tints of Verdun Green #404502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

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

R = 47.41%
G = 51.11%
B = 1.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#404502 (or 0x404502) is known color: Verdun Green. HEX triplet: 40, 45 and 02. RGB value is (64,69,2). Sum of RGB (Red+Green+Blue) = 64+69+2=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #404502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404502 is #BFBAFD. Grayscale: #3C3C3C. Windows color (decimal): -12565246 or 148800. OLE color: 148800.

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

Color convert

RGB 64 69 2 -
CMYK 0.07 0 0.97 0.73
HSL 64.48º 0.94% 0.14% -
HSV(B) 64.48º 0.97% 0.27% -
XYZ 4.25 5.35 0.87 -
YUV 59.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 64 69 2 0.07 0 0.97 0.73 64.48 0.94 0.14
Hex 40 45 2 7 0 61 49 40 5E E
Octal 100 105 2 7 0 141 111 100 136 16
Binary 1000000 1000101 10 111 0 1100001 1001001 1000000 1011110 1110

Color Harmonies of #404502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404502

Black with #404502

Text Example


Text Example

White with #404502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404502; }

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

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

background-color css

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

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

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

border-color css

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

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

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