Html Css Color HEX #405417 Verdun Green

📋 copy color: '#405417'

red 64 ◦ green 84 ◦ blue 23

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

Shades of Verdun Green #405417

Tints of Verdun Green #405417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 37.43%
G = 49.12%
B = 13.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#405417 (or 0x405417) is known color: Verdun Green. HEX triplet: 40, 54 and 17. RGB value is (64,84,23). Sum of RGB (Red+Green+Blue) = 64+84+23=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #405417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405417 is #BFABE8. Grayscale: #474747. Windows color (decimal): -12561385 or 1528896. OLE color: 1528896.

HSL color Cylindrical-coordinate representation of color #405417: hue angle of 79.67º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405417 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 23 -
CMYK 0.24 0 0.73 0.67
HSL 79.67º 0.57% 0.21% -
HSV(B) 79.67º 0.73% 0.33% -
XYZ 5.44 7.49 1.97 -
YUV 71.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 64 84 23 0.24 0 0.73 0.67 79.67 0.57 0.21
Hex 40 54 17 18 0 49 43 50 39 15
Octal 100 124 27 30 0 111 103 120 71 25
Binary 1000000 1010100 10111 11000 0 1001001 1000011 1010000 111001 10101

Color Harmonies of #405417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405417

Black with #405417

Text Example


Text Example

White with #405417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405417; }

 p { color: rgb(64,84,23); }

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

background-color css

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

 a { background-color: rgb(64,84,23); }

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

border-color css

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

 span { border-color: rgb(64,84,23); }

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