Html Css Color HEX #404515 Verdun Green

📋 copy color: '#404515'

red 64 ◦ green 69 ◦ blue 21

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

Shades of Verdun Green #404515

Tints of Verdun Green #404515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.81%

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

R = 41.56%
G = 44.81%
B = 13.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#404515 (or 0x404515) is known color: Verdun Green. HEX triplet: 40, 45 and 15. RGB value is (64,69,21). Sum of RGB (Red+Green+Blue) = 64+69+21=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #404515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404515 is #BFBAEA. Grayscale: #3E3E3E. Windows color (decimal): -12565227 or 1393984. OLE color: 1393984.

HSL color Cylindrical-coordinate representation of color #404515: hue angle of 66.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404515 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 21 -
CMYK 0.07 0 0.70 0.73
HSL 66.25º 0.53% 0.18% -
HSV(B) 66.25º 0.7% 0.27% -
XYZ 4.38 5.4 1.52 -
YUV 62.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 64 69 21 0.07 0 0.70 0.73 66.25 0.53 0.18
Hex 40 45 15 7 0 46 49 42 35 12
Octal 100 105 25 7 0 106 111 102 65 22
Binary 1000000 1000101 10101 111 0 1000110 1001001 1000010 110101 10010

Color Harmonies of #404515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404515

Black with #404515

Text Example


Text Example

White with #404515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404515; }

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

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

background-color css

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

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

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

border-color css

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

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

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