Html Css Color HEX #404B12 Verdun Green

📋 copy color: '#404B12'

red 64 ◦ green 75 ◦ blue 18

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

Shades of Verdun Green #404B12

Tints of Verdun Green #404B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.77%

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

R = 40.76%
G = 47.77%
B = 11.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#404B12 (or 0x404B12) is known color: Verdun Green. HEX triplet: 40, 4B and 12. RGB value is (64,75,18). Sum of RGB (Red+Green+Blue) = 64+75+18=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #404B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B12 is #BFB4ED. Grayscale: #414141. Windows color (decimal): -12563694 or 1198912. OLE color: 1198912.

HSL color Cylindrical-coordinate representation of color #404B12: hue angle of 71.58º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #404B12 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 75 18 -
CMYK 0.15 0 0.76 0.71
HSL 71.58º 0.61% 0.18% -
HSV(B) 71.58º 0.76% 0.29% -
XYZ 4.74 6.17 1.51 -
YUV 65.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 64 75 18 0.15 0 0.76 0.71 71.58 0.61 0.18
Hex 40 4B 12 F 0 4C 47 48 3D 12
Octal 100 113 22 17 0 114 107 110 75 22
Binary 1000000 1001011 10010 1111 0 1001100 1000111 1001000 111101 10010

Color Harmonies of #404B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B12

Black with #404B12

Text Example


Text Example

White with #404B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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