Html Css Color HEX #416710 Verdun Green

📋 copy color: '#416710'

red 65 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #416710

Tints of Verdun Green #416710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.98%

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

R = 35.33%
G = 55.98%
B = 8.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#416710 (or 0x416710) is known color: Verdun Green. HEX triplet: 41, 67 and 10. RGB value is (65,103,16). Sum of RGB (Red+Green+Blue) = 65+103+16=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #416710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416710 is #BE98EF. Grayscale: #525252. Windows color (decimal): -12490992 or 1075009. OLE color: 1075009.

HSL color Cylindrical-coordinate representation of color #416710: hue angle of 86.21º 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 #416710 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 16 -
CMYK 0.37 0 0.84 0.60
HSL 86.21º 0.73% 0.23% -
HSV(B) 86.21º 0.84% 0.4% -
XYZ 7.12 10.86 2.21 -
YUV 81.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 65 103 16 0.37 0 0.84 0.60 86.21 0.73 0.23
Hex 41 67 10 25 0 54 3C 56 49 17
Octal 101 147 20 45 0 124 74 126 111 27
Binary 1000001 1100111 10000 100101 0 1010100 111100 1010110 1001001 10111

Color Harmonies of #416710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416710

Black with #416710

Text Example


Text Example

White with #416710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416710; }

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

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

background-color css

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

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

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

border-color css

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

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

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