Html Css Color HEX #416015 Verdun Green

📋 copy color: '#416015'

red 65 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #416015

Tints of Verdun Green #416015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 35.71%
G = 52.75%
B = 11.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#416015 (or 0x416015) is known color: Verdun Green. HEX triplet: 41, 60 and 15. RGB value is (65,96,21). Sum of RGB (Red+Green+Blue) = 65+96+21=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #416015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416015 is #BE9FEA. Grayscale: #4E4E4E. Windows color (decimal): -12492779 or 1400897. OLE color: 1400897.

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

Color convert

RGB 65 96 21 -
CMYK 0.32 0 0.78 0.62
HSL 84.8º 0.64% 0.23% -
HSV(B) 84.8º 0.78% 0.38% -
XYZ 6.5 9.54 2.21 -
YUV 78.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 65 96 21 0.32 0 0.78 0.62 84.8 0.64 0.23
Hex 41 60 15 20 0 4E 3E 55 40 17
Octal 101 140 25 40 0 116 76 125 100 27
Binary 1000001 1100000 10101 100000 0 1001110 111110 1010101 1000000 10111

Color Harmonies of #416015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416015

Black with #416015

Text Example


Text Example

White with #416015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416015; }

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

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

background-color css

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

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

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

border-color css

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

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

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