Html Css Color HEX #406105 Verdun Green

📋 copy color: '#406105'

red 64 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #406105

Tints of Verdun Green #406105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 38.55%
G = 58.43%
B = 3.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#406105 (or 0x406105) is known color: Verdun Green. HEX triplet: 40, 61 and 05. RGB value is (64,97,5). Sum of RGB (Red+Green+Blue) = 64+97+5=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #406105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406105 is #BF9EFA. Grayscale: #4C4C4C. Windows color (decimal): -12558075 or 352576. OLE color: 352576.

HSL color Cylindrical-coordinate representation of color #406105: hue angle of 81.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #406105 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 5 -
CMYK 0.34 0 0.95 0.62
HSL 81.52º 0.9% 0.2% -
HSV(B) 81.52º 0.95% 0.38% -
XYZ 6.42 9.65 1.67 -
YUV 76.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 64 97 5 0.34 0 0.95 0.62 81.52 0.9 0.2
Hex 40 61 5 22 0 5F 3E 52 5A 14
Octal 100 141 5 42 0 137 76 122 132 24
Binary 1000000 1100001 101 100010 0 1011111 111110 1010010 1011010 10100

Color Harmonies of #406105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406105

Black with #406105

Text Example


Text Example

White with #406105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406105; }

 p { color: rgb(64,97,5); }

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

background-color css

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

 a { background-color: rgb(64,97,5); }

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

border-color css

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

 span { border-color: rgb(64,97,5); }

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