Html Css Color HEX #405510 Verdun Green

📋 copy color: '#405510'

red 64 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #405510

Tints of Verdun Green #405510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.52%

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

R = 38.79%
G = 51.52%
B = 9.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#405510 (or 0x405510) is known color: Verdun Green. HEX triplet: 40, 55 and 10. RGB value is (64,85,16). Sum of RGB (Red+Green+Blue) = 64+85+16=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #405510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405510 is #BFAAEF. Grayscale: #474747. Windows color (decimal): -12561136 or 1070400. OLE color: 1070400.

HSL color Cylindrical-coordinate representation of color #405510: hue angle of 78.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #405510 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 16 -
CMYK 0.25 0 0.81 0.67
HSL 78.26º 0.68% 0.2% -
HSV(B) 78.26º 0.81% 0.33% -
XYZ 5.46 7.62 1.67 -
YUV 70.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 64 85 16 0.25 0 0.81 0.67 78.26 0.68 0.2
Hex 40 55 10 19 0 51 43 4E 44 14
Octal 100 125 20 31 0 121 103 116 104 24
Binary 1000000 1010101 10000 11001 0 1010001 1000011 1001110 1000100 10100

Color Harmonies of #405510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405510

Black with #405510

Text Example


Text Example

White with #405510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405510; }

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

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

background-color css

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

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

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

border-color css

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

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

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