Html Css Color HEX #415110 Verdun Green

📋 copy color: '#415110'

red 65 ◦ green 81 ◦ blue 16

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

Shades of Verdun Green #415110

Tints of Verdun Green #415110

RGB

 RED value IS 65 (25.78% from 255) = 40.12%

 GREEN value IS 81 (32.03% from 255) = 50%

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

R = 40.12%
G = 50%
B = 9.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#415110 (or 0x415110) is known color: Verdun Green. HEX triplet: 41, 51 and 10. RGB value is (65,81,16). Sum of RGB (Red+Green+Blue) = 65+81+16=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #415110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415110 is #BEAEEF. Grayscale: #454545. Windows color (decimal): -12496624 or 1069377. OLE color: 1069377.

HSL color Cylindrical-coordinate representation of color #415110: hue angle of 74.77º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #415110 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 81 16 -
CMYK 0.20 0 0.80 0.68
HSL 74.77º 0.67% 0.19% -
HSV(B) 74.77º 0.8% 0.32% -
XYZ 5.22 7.05 1.58 -
YUV 68.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 65 81 16 0.20 0 0.80 0.68 74.77 0.67 0.19
Hex 41 51 10 14 0 50 44 4B 43 13
Octal 101 121 20 24 0 120 104 113 103 23
Binary 1000001 1010001 10000 10100 0 1010000 1000100 1001011 1000011 10011

Color Harmonies of #415110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415110

Black with #415110

Text Example


Text Example

White with #415110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415110; }

 p { color: rgb(65,81,16); }

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

background-color css

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

 a { background-color: rgb(65,81,16); }

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

border-color css

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

 span { border-color: rgb(65,81,16); }

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