Html Css Color HEX #416E01 Verdun Green

📋 copy color: '#416E01'

red 65 ◦ green 110 ◦ blue 1

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

Shades of Verdun Green #416E01

Tints of Verdun Green #416E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 36.93%
G = 62.5%
B = 0.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#416E01 (or 0x416E01) is known color: Verdun Green. HEX triplet: 41, 6E and 01. RGB value is (65,110,1). Sum of RGB (Red+Green+Blue) = 65+110+1=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #416E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416E01 is #BE91FE. Grayscale: #545454. Windows color (decimal): -12489215 or 93761. OLE color: 93761.

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

Color convert

RGB 65 110 1 -
CMYK 0.41 0 0.99 0.57
HSL 84.77º 0.98% 0.22% -
HSV(B) 84.77º 0.99% 0.43% -
XYZ 7.76 12.28 1.99 -
YUV 84.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 65 110 1 0.41 0 0.99 0.57 84.77 0.98 0.22
Hex 41 6E 1 29 0 63 39 55 62 16
Octal 101 156 1 51 0 143 71 125 142 26
Binary 1000001 1101110 1 101001 0 1100011 111001 1010101 1100010 10110

Color Harmonies of #416E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E01

Black with #416E01

Text Example


Text Example

White with #416E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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