Html Css Color HEX #416012 Verdun Green

📋 copy color: '#416012'

red 65 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #416012

Tints of Verdun Green #416012

RGB

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

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

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

R = 36.31%
G = 53.63%
B = 10.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#416012 (or 0x416012) is known color: Verdun Green. HEX triplet: 41, 60 and 12. RGB value is (65,96,18). Sum of RGB (Red+Green+Blue) = 65+96+18=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #416012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416012 is #BE9FED. Grayscale: #4E4E4E. Windows color (decimal): -12492782 or 1204289. OLE color: 1204289.

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

Color convert

RGB 65 96 18 -
CMYK 0.32 0 0.81 0.62
HSL 83.85º 0.68% 0.22% -
HSV(B) 83.85º 0.81% 0.38% -
XYZ 6.47 9.53 2.07 -
YUV 77.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 65 96 18 0.32 0 0.81 0.62 83.85 0.68 0.22
Hex 41 60 12 20 0 51 3E 54 44 16
Octal 101 140 22 40 0 121 76 124 104 26
Binary 1000001 1100000 10010 100000 0 1010001 111110 1010100 1000100 10110

Color Harmonies of #416012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416012

Black with #416012

Text Example


Text Example

White with #416012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416012; }

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

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

background-color css

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

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

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

border-color css

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

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

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