Html Css Color HEX #416510 Verdun Green

📋 copy color: '#416510'

red 65 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #416510

Tints of Verdun Green #416510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

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

R = 35.71%
G = 55.49%
B = 8.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#416510 (or 0x416510) is known color: Verdun Green. HEX triplet: 41, 65 and 10. RGB value is (65,101,16). Sum of RGB (Red+Green+Blue) = 65+101+16=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #416510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416510 is #BE9AEF. Grayscale: #505050. Windows color (decimal): -12491504 or 1074497. OLE color: 1074497.

HSL color Cylindrical-coordinate representation of color #416510: hue angle of 85.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #416510 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 16 -
CMYK 0.36 0 0.84 0.60
HSL 85.41º 0.73% 0.23% -
HSV(B) 85.41º 0.84% 0.4% -
XYZ 6.93 10.47 2.15 -
YUV 80.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 65 101 16 0.36 0 0.84 0.60 85.41 0.73 0.23
Hex 41 65 10 24 0 54 3C 55 49 17
Octal 101 145 20 44 0 124 74 125 111 27
Binary 1000001 1100101 10000 100100 0 1010100 111100 1010101 1001001 10111

Color Harmonies of #416510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416510

Black with #416510

Text Example


Text Example

White with #416510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416510; }

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

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

background-color css

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

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

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

border-color css

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

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

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