Html Css Color HEX #416114 Verdun Green

📋 copy color: '#416114'

red 65 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #416114

Tints of Verdun Green #416114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 35.71%
G = 53.3%
B = 10.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#416114 (or 0x416114) is known color: Verdun Green. HEX triplet: 41, 61 and 14. RGB value is (65,97,20). Sum of RGB (Red+Green+Blue) = 65+97+20=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #416114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416114 is #BE9EEB. Grayscale: #4E4E4E. Windows color (decimal): -12492524 or 1335617. OLE color: 1335617.

HSL color Cylindrical-coordinate representation of color #416114: hue angle of 84.94º degrees, saturation: 0.66, 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 #416114 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 20 -
CMYK 0.33 0 0.79 0.62
HSL 84.94º 0.66% 0.23% -
HSV(B) 84.94º 0.79% 0.38% -
XYZ 6.58 9.72 2.19 -
YUV 78.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 65 97 20 0.33 0 0.79 0.62 84.94 0.66 0.23
Hex 41 61 14 21 0 4F 3E 55 42 17
Octal 101 141 24 41 0 117 76 125 102 27
Binary 1000001 1100001 10100 100001 0 1001111 111110 1010101 1000010 10111

Color Harmonies of #416114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416114

Black with #416114

Text Example


Text Example

White with #416114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416114; }

 p { color: rgb(65,97,20); }

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

background-color css

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

 a { background-color: rgb(65,97,20); }

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

border-color css

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

 span { border-color: rgb(65,97,20); }

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