Html Css Color HEX #404C09 Verdun Green

📋 copy color: '#404C09'

red 64 ◦ green 76 ◦ blue 9

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

Shades of Verdun Green #404C09

Tints of Verdun Green #404C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.01%

 BLUE value IS 9 (3.91% from 255) = 6.04%

R = 42.95%
G = 51.01%
B = 6.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#404C09 (or 0x404C09) is known color: Verdun Green. HEX triplet: 40, 4C and 09. RGB value is (64,76,9). Sum of RGB (Red+Green+Blue) = 64+76+9=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #404C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C09 is #BFB3F6. Grayscale: #414141. Windows color (decimal): -12563447 or 609344. OLE color: 609344.

HSL color Cylindrical-coordinate representation of color #404C09: hue angle of 70.75º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404C09 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 9 -
CMYK 0.16 0 0.88 0.70
HSL 70.75º 0.79% 0.17% -
HSV(B) 70.75º 0.88% 0.3% -
XYZ 4.75 6.28 1.22 -
YUV 64.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 64 76 9 0.16 0 0.88 0.70 70.75 0.79 0.17
Hex 40 4C 9 10 0 58 46 47 4F 11
Octal 100 114 11 20 0 130 106 107 117 21
Binary 1000000 1001100 1001 10000 0 1011000 1000110 1000111 1001111 10001

Color Harmonies of #404C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C09

Black with #404C09

Text Example


Text Example

White with #404C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404C09; }

 p { color: rgb(64,76,9); }

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

background-color css

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

 a { background-color: rgb(64,76,9); }

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

border-color css

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

 span { border-color: rgb(64,76,9); }

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