Html Css Color HEX #416001 Verdun Green

📋 copy color: '#416001'

red 65 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #416001

Tints of Verdun Green #416001

RGB

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

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

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

R = 40.12%
G = 59.26%
B = 0.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#416001 (or 0x416001) is known color: Verdun Green. HEX triplet: 41, 60 and 01. RGB value is (65,96,1). Sum of RGB (Red+Green+Blue) = 65+96+1=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #416001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416001 is #BE9FFE. Grayscale: #4C4C4C. Windows color (decimal): -12492799 or 90177. OLE color: 90177.

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

Color convert

RGB 65 96 1 -
CMYK 0.32 0 0.99 0.62
HSL 79.58º 0.98% 0.19% -
HSV(B) 79.58º 0.99% 0.38% -
XYZ 6.37 9.49 1.53 -
YUV 75.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 65 96 1 0.32 0 0.99 0.62 79.58 0.98 0.19
Hex 41 60 1 20 0 63 3E 50 62 13
Octal 101 140 1 40 0 143 76 120 142 23
Binary 1000001 1100000 1 100000 0 1100011 111110 1010000 1100010 10011

Color Harmonies of #416001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416001

Black with #416001

Text Example


Text Example

White with #416001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416001; }

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

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

background-color css

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

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

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

border-color css

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

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

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