Html Css Color HEX #416213 Verdun Green

📋 copy color: '#416213'

red 65 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #416213

Tints of Verdun Green #416213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 35.71%
G = 53.85%
B = 10.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#416213 (or 0x416213) is known color: Verdun Green. HEX triplet: 41, 62 and 13. RGB value is (65,98,19). Sum of RGB (Red+Green+Blue) = 65+98+19=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #416213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416213 is #BE9DEC. Grayscale: #4F4F4F. Windows color (decimal): -12492269 or 1270337. OLE color: 1270337.

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

Color convert

RGB 65 98 19 -
CMYK 0.34 0 0.81 0.62
HSL 85.06º 0.68% 0.23% -
HSV(B) 85.06º 0.81% 0.38% -
XYZ 6.67 9.91 2.18 -
YUV 79.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 65 98 19 0.34 0 0.81 0.62 85.06 0.68 0.23
Hex 41 62 13 22 0 51 3E 55 44 17
Octal 101 142 23 42 0 121 76 125 104 27
Binary 1000001 1100010 10011 100010 0 1010001 111110 1010101 1000100 10111

Color Harmonies of #416213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416213

Black with #416213

Text Example


Text Example

White with #416213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416213; }

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

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

background-color css

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

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

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

border-color css

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

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

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