Html Css Color HEX #416212 Verdun Green

📋 copy color: '#416212'

red 65 ◦ green 98 ◦ blue 18

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

Shades of Verdun Green #416212

Tints of Verdun Green #416212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 35.91%
G = 54.14%
B = 9.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#416212 (or 0x416212) is known color: Verdun Green. HEX triplet: 41, 62 and 12. RGB value is (65,98,18). Sum of RGB (Red+Green+Blue) = 65+98+18=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #416212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416212 is #BE9DED. Grayscale: #4F4F4F. Windows color (decimal): -12492270 or 1204801. OLE color: 1204801.

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

Color convert

RGB 65 98 18 -
CMYK 0.34 0 0.82 0.62
HSL 84.75º 0.69% 0.23% -
HSV(B) 84.75º 0.82% 0.38% -
XYZ 6.66 9.9 2.13 -
YUV 79.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 65 98 18 0.34 0 0.82 0.62 84.75 0.69 0.23
Hex 41 62 12 22 0 52 3E 55 45 17
Octal 101 142 22 42 0 122 76 125 105 27
Binary 1000001 1100010 10010 100010 0 1010010 111110 1010101 1000101 10111

Color Harmonies of #416212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416212

Black with #416212

Text Example


Text Example

White with #416212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416212; }

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

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

background-color css

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

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

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

border-color css

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

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

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