Html Css Color HEX #404C12 Verdun Green

📋 copy color: '#404C12'

red 64 ◦ green 76 ◦ blue 18

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

Shades of Verdun Green #404C12

Tints of Verdun Green #404C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 40.51%
G = 48.1%
B = 11.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#404C12 (or 0x404C12) is known color: Verdun Green. HEX triplet: 40, 4C and 12. RGB value is (64,76,18). Sum of RGB (Red+Green+Blue) = 64+76+18=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #404C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C12 is #BFB3ED. Grayscale: #424242. Windows color (decimal): -12563438 or 1199168. OLE color: 1199168.

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

Color convert

RGB 64 76 18 -
CMYK 0.16 0 0.76 0.70
HSL 72.41º 0.62% 0.18% -
HSV(B) 72.41º 0.76% 0.3% -
XYZ 4.81 6.3 1.54 -
YUV 65.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 64 76 18 0.16 0 0.76 0.70 72.41 0.62 0.18
Hex 40 4C 12 10 0 4C 46 48 3E 12
Octal 100 114 22 20 0 114 106 110 76 22
Binary 1000000 1001100 10010 10000 0 1001100 1000110 1001000 111110 10010

Color Harmonies of #404C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C12

Black with #404C12

Text Example


Text Example

White with #404C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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