Html Css Color HEX #416E00 Verdun Green

📋 copy color: '#416E00'

red 65 ◦ green 110 ◦ blue 0

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

Shades of Verdun Green #416E00

Tints of Verdun Green #416E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 62.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.14%
G = 62.86%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#416E00 (or 0x416E00) is known color: Verdun Green. HEX triplet: 41, 6E and 00. RGB value is (65,110,0). Sum of RGB (Red+Green+Blue) = 65+110+0=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #416E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416E00 is #BE91FF. Grayscale: #545454. Windows color (decimal): -12489216 or 28225. OLE color: 28225.

HSL color Cylindrical-coordinate representation of color #416E00: hue angle of 84.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #416E00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 110 0 -
CMYK 0.41 0 1 0.57
HSL 84.55º 1% 0.22% -
HSV(B) 84.55º 1% 0.43% -
XYZ 7.76 12.28 1.96 -
YUV 84.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 65 110 0 0.41 0 1 0.57 84.55 1 0.22
Hex 41 6E 0 29 0 64 39 55 64 16
Octal 101 156 0 51 0 144 71 125 144 26
Binary 1000001 1101110 0 101001 0 1100100 111001 1010101 1100100 10110

Color Harmonies of #416E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E00

Black with #416E00

Text Example


Text Example

White with #416E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416E00; }

 p { color: rgb(65,110,0); }

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

background-color css

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

 a { background-color: rgb(65,110,0); }

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

border-color css

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

 span { border-color: rgb(65,110,0); }

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