Html Css Color HEX #416512 Verdun Green

📋 copy color: '#416512'

red 65 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #416512

Tints of Verdun Green #416512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.89%

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

R = 35.33%
G = 54.89%
B = 9.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#416512 (or 0x416512) is known color: Verdun Green. HEX triplet: 41, 65 and 12. RGB value is (65,101,18). Sum of RGB (Red+Green+Blue) = 65+101+18=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #416512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416512 is #BE9AED. Grayscale: #515151. Windows color (decimal): -12491502 or 1205569. OLE color: 1205569.

HSL color Cylindrical-coordinate representation of color #416512: hue angle of 86.02º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #416512 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 18 -
CMYK 0.36 0 0.82 0.60
HSL 86.02º 0.7% 0.23% -
HSV(B) 86.02º 0.82% 0.4% -
XYZ 6.94 10.47 2.23 -
YUV 80.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 65 101 18 0.36 0 0.82 0.60 86.02 0.7 0.23
Hex 41 65 12 24 0 52 3C 56 46 17
Octal 101 145 22 44 0 122 74 126 106 27
Binary 1000001 1100101 10010 100100 0 1010010 111100 1010110 1000110 10111

Color Harmonies of #416512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416512

Black with #416512

Text Example


Text Example

White with #416512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416512; }

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

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

background-color css

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

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

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

border-color css

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

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

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