Html Css Color HEX #405709 Verdun Green

📋 copy color: '#405709'

red 64 ◦ green 87 ◦ blue 9

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

Shades of Verdun Green #405709

Tints of Verdun Green #405709

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.38%

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 40%
G = 54.38%
B = 5.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#405709 (or 0x405709) is known color: Verdun Green. HEX triplet: 40, 57 and 09. RGB value is (64,87,9). Sum of RGB (Red+Green+Blue) = 64+87+9=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #405709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405709 is #BFA8F6. Grayscale: #474747. Windows color (decimal): -12560631 or 612160. OLE color: 612160.

HSL color Cylindrical-coordinate representation of color #405709: hue angle of 77.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405709 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 9 -
CMYK 0.26 0 0.90 0.66
HSL 77.69º 0.81% 0.19% -
HSV(B) 77.69º 0.9% 0.34% -
XYZ 5.57 7.93 1.49 -
YUV 71.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 64 87 9 0.26 0 0.90 0.66 77.69 0.81 0.19
Hex 40 57 9 1A 0 5A 42 4E 51 13
Octal 100 127 11 32 0 132 102 116 121 23
Binary 1000000 1010111 1001 11010 0 1011010 1000010 1001110 1010001 10011

Color Harmonies of #405709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405709

Black with #405709

Text Example


Text Example

White with #405709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405709; }

 p { color: rgb(64,87,9); }

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

background-color css

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

 a { background-color: rgb(64,87,9); }

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

border-color css

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

 span { border-color: rgb(64,87,9); }

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