Html Css Color HEX #405710 Verdun Green

📋 copy color: '#405710'

red 64 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #405710

Tints of Verdun Green #405710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 38.32%
G = 52.1%
B = 9.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#405710 (or 0x405710) is known color: Verdun Green. HEX triplet: 40, 57 and 10. RGB value is (64,87,16). Sum of RGB (Red+Green+Blue) = 64+87+16=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #405710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405710 is #BFA8EF. Grayscale: #484848. Windows color (decimal): -12560624 or 1070912. OLE color: 1070912.

HSL color Cylindrical-coordinate representation of color #405710: hue angle of 79.44º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #405710 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 16 -
CMYK 0.26 0 0.82 0.66
HSL 79.44º 0.69% 0.2% -
HSV(B) 79.44º 0.82% 0.34% -
XYZ 5.62 7.94 1.73 -
YUV 72.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 64 87 16 0.26 0 0.82 0.66 79.44 0.69 0.2
Hex 40 57 10 1A 0 52 42 4F 45 14
Octal 100 127 20 32 0 122 102 117 105 24
Binary 1000000 1010111 10000 11010 0 1010010 1000010 1001111 1000101 10100

Color Harmonies of #405710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405710

Black with #405710

Text Example


Text Example

White with #405710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405710; }

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

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

background-color css

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

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

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

border-color css

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

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

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