Html Css Color HEX #405119 Verdun Green

📋 copy color: '#405119'

red 64 ◦ green 81 ◦ blue 25

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

Shades of Verdun Green #405119

Tints of Verdun Green #405119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 37.65%
G = 47.65%
B = 14.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#405119 (or 0x405119) is known color: Verdun Green. HEX triplet: 40, 51 and 19. RGB value is (64,81,25). Sum of RGB (Red+Green+Blue) = 64+81+25=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #405119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405119 is #BFAEE6. Grayscale: #454545. Windows color (decimal): -12562151 or 1659200. OLE color: 1659200.

HSL color Cylindrical-coordinate representation of color #405119: hue angle of 78.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405119 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 25 -
CMYK 0.21 0 0.69 0.68
HSL 78.21º 0.53% 0.21% -
HSV(B) 78.21º 0.69% 0.32% -
XYZ 5.23 7.05 2 -
YUV 69.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 64 81 25 0.21 0 0.69 0.68 78.21 0.53 0.21
Hex 40 51 19 15 0 45 44 4E 35 15
Octal 100 121 31 25 0 105 104 116 65 25
Binary 1000000 1010001 11001 10101 0 1000101 1000100 1001110 110101 10101

Color Harmonies of #405119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405119

Black with #405119

Text Example


Text Example

White with #405119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405119; }

 p { color: rgb(64,81,25); }

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

background-color css

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

 a { background-color: rgb(64,81,25); }

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

border-color css

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

 span { border-color: rgb(64,81,25); }

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