Html Css Color HEX #405213 Verdun Green

📋 copy color: '#405213'

red 64 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #405213

Tints of Verdun Green #405213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 38.79%
G = 49.7%
B = 11.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#405213 (or 0x405213) is known color: Verdun Green. HEX triplet: 40, 52 and 13. RGB value is (64,82,19). Sum of RGB (Red+Green+Blue) = 64+82+19=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #405213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405213 is #BFADEC. Grayscale: #454545. Windows color (decimal): -12561901 or 1266240. OLE color: 1266240.

HSL color Cylindrical-coordinate representation of color #405213: hue angle of 77.14º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405213 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 19 -
CMYK 0.22 0 0.77 0.68
HSL 77.14º 0.62% 0.2% -
HSV(B) 77.14º 0.77% 0.32% -
XYZ 5.25 7.17 1.72 -
YUV 69.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 64 82 19 0.22 0 0.77 0.68 77.14 0.62 0.2
Hex 40 52 13 16 0 4D 44 4D 3E 14
Octal 100 122 23 26 0 115 104 115 76 24
Binary 1000000 1010010 10011 10110 0 1001101 1000100 1001101 111110 10100

Color Harmonies of #405213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405213

Black with #405213

Text Example


Text Example

White with #405213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405213; }

 p { color: rgb(64,82,19); }

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

background-color css

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

 a { background-color: rgb(64,82,19); }

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

border-color css

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

 span { border-color: rgb(64,82,19); }

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