Html Css Color HEX #406613 Verdun Green

📋 copy color: '#406613'

red 64 ◦ green 102 ◦ blue 19

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

Shades of Verdun Green #406613

Tints of Verdun Green #406613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.14%

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

R = 34.59%
G = 55.14%
B = 10.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#406613 (or 0x406613) is known color: Verdun Green. HEX triplet: 40, 66 and 13. RGB value is (64,102,19). Sum of RGB (Red+Green+Blue) = 64+102+19=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #406613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406613 is #BF99EC. Grayscale: #515151. Windows color (decimal): -12556781 or 1271360. OLE color: 1271360.

HSL color Cylindrical-coordinate representation of color #406613: hue angle of 87.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #406613 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 19 -
CMYK 0.37 0 0.81 0.6
HSL 87.47º 0.69% 0.24% -
HSV(B) 87.47º 0.81% 0.4% -
XYZ 6.98 10.64 2.3 -
YUV 81.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 64 102 19 0.37 0 0.81 0.6 87.47 0.69 0.24
Hex 40 66 13 25 0 51 3C 57 45 18
Octal 100 146 23 45 0 121 74 127 105 30
Binary 1000000 1100110 10011 100101 0 1010001 111100 1010111 1000101 11000

Color Harmonies of #406613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406613

Black with #406613

Text Example


Text Example

White with #406613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406613; }

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

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

background-color css

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

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

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

border-color css

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

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

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