Html Css Color HEX #416215 Verdun Green

📋 copy color: '#416215'

red 65 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #416215

Tints of Verdun Green #416215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.26%

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

R = 35.33%
G = 53.26%
B = 11.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#416215 (or 0x416215) is known color: Verdun Green. HEX triplet: 41, 62 and 15. RGB value is (65,98,21). Sum of RGB (Red+Green+Blue) = 65+98+21=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #416215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416215 is #BE9DEA. Grayscale: #4F4F4F. Windows color (decimal): -12492267 or 1401409. OLE color: 1401409.

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

Color convert

RGB 65 98 21 -
CMYK 0.34 0 0.79 0.62
HSL 85.71º 0.65% 0.23% -
HSV(B) 85.71º 0.79% 0.38% -
XYZ 6.68 9.91 2.27 -
YUV 79.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 65 98 21 0.34 0 0.79 0.62 85.71 0.65 0.23
Hex 41 62 15 22 0 4F 3E 56 41 17
Octal 101 142 25 42 0 117 76 126 101 27
Binary 1000001 1100010 10101 100010 0 1001111 111110 1010110 1000001 10111

Color Harmonies of #416215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416215

Black with #416215

Text Example


Text Example

White with #416215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416215; }

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

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

background-color css

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

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

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

border-color css

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

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

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