Html Css Color HEX #404902 Verdun Green

📋 copy color: '#404902'

red 64 ◦ green 73 ◦ blue 2

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

Shades of Verdun Green #404902

Tints of Verdun Green #404902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.52%

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

R = 46.04%
G = 52.52%
B = 1.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#404902 (or 0x404902) is known color: Verdun Green. HEX triplet: 40, 49 and 02. RGB value is (64,73,2). Sum of RGB (Red+Green+Blue) = 64+73+2=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #404902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404902 is #BFB6FD. Grayscale: #3E3E3E. Windows color (decimal): -12564222 or 149824. OLE color: 149824.

HSL color Cylindrical-coordinate representation of color #404902: hue angle of 67.61º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404902 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 2 -
CMYK 0.12 0 0.97 0.71
HSL 67.61º 0.95% 0.15% -
HSV(B) 67.61º 0.97% 0.29% -
XYZ 4.51 5.86 0.95 -
YUV 62.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 64 73 2 0.12 0 0.97 0.71 67.61 0.95 0.15
Hex 40 49 2 C 0 61 47 44 5F F
Octal 100 111 2 14 0 141 107 104 137 17
Binary 1000000 1001001 10 1100 0 1100001 1000111 1000100 1011111 1111

Color Harmonies of #404902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404902

Black with #404902

Text Example


Text Example

White with #404902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404902; }

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

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

background-color css

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

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

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

border-color css

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

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

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