Html Css Color HEX #404B15 Verdun Green

📋 copy color: '#404B15'

red 64 ◦ green 75 ◦ blue 21

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

Shades of Verdun Green #404B15

Tints of Verdun Green #404B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 40%
G = 46.88%
B = 13.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#404B15 (or 0x404B15) is known color: Verdun Green. HEX triplet: 40, 4B and 15. RGB value is (64,75,21). Sum of RGB (Red+Green+Blue) = 64+75+21=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #404B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B15 is #BFB4EA. Grayscale: #414141. Windows color (decimal): -12563691 or 1395520. OLE color: 1395520.

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

Color convert

RGB 64 75 21 -
CMYK 0.15 0 0.72 0.71
HSL 72.22º 0.56% 0.19% -
HSV(B) 72.22º 0.72% 0.29% -
XYZ 4.77 6.18 1.65 -
YUV 65.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 64 75 21 0.15 0 0.72 0.71 72.22 0.56 0.19
Hex 40 4B 15 F 0 48 47 48 38 13
Octal 100 113 25 17 0 110 107 110 70 23
Binary 1000000 1001011 10101 1111 0 1001000 1000111 1001000 111000 10011

Color Harmonies of #404B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B15

Black with #404B15

Text Example


Text Example

White with #404B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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