Html Css Color HEX #416017 Verdun Green

📋 copy color: '#416017'

red 65 ◦ green 96 ◦ blue 23

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

Shades of Verdun Green #416017

Tints of Verdun Green #416017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 35.33%
G = 52.17%
B = 12.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#416017 (or 0x416017) is known color: Verdun Green. HEX triplet: 41, 60 and 17. RGB value is (65,96,23). Sum of RGB (Red+Green+Blue) = 65+96+23=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #416017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416017 is #BE9FE8. Grayscale: #4E4E4E. Windows color (decimal): -12492777 or 1531969. OLE color: 1531969.

HSL color Cylindrical-coordinate representation of color #416017: hue angle of 85.48º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #416017 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 23 -
CMYK 0.32 0 0.76 0.62
HSL 85.48º 0.61% 0.23% -
HSV(B) 85.48º 0.76% 0.38% -
XYZ 6.52 9.55 2.31 -
YUV 78.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 65 96 23 0.32 0 0.76 0.62 85.48 0.61 0.23
Hex 41 60 17 20 0 4C 3E 55 3D 17
Octal 101 140 27 40 0 114 76 125 75 27
Binary 1000001 1100000 10111 100000 0 1001100 111110 1010101 111101 10111

Color Harmonies of #416017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416017

Black with #416017

Text Example


Text Example

White with #416017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416017; }

 p { color: rgb(65,96,23); }

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

background-color css

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

 a { background-color: rgb(65,96,23); }

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

border-color css

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

 span { border-color: rgb(65,96,23); }

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