#416201

Color #416201 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #416201

Tints of Verdun Green #416201

Color information

#416201 (or 0x416201) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 01. RGB value is (65,98,1). Sum of RGB (Red+Green+Blue) = 65+98+1=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #416201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416201 is #BE9DFE. Grayscale: #4D4D4D. Windows color (decimal): -12492287 or 90689. OLE color: 90689.

HSL color Cylindrical-coordinate representation of color #416201: hue angle of 80.41º 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 #416201 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB65981-
CMYK0.3400.990.62
HSL80.41º97.98%19.41%-
HSV(B)80.41º98.98%38.43%-
XYZ6.559.861.59-
YUV77.0885.07119.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=39.63%
G=59.76%
B=0.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659810.3400.990.6280.4197.9819.41
Hex41621220633E506213
Octal10114214201437612014223
Binary100000111000101100010011000111111101010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416201; }

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

 H1.HeaderClassName
 {
   color: #416201;
 }
 .AnyTagClassName
 {
   color: #416201;
 }
</style>
background-color css

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

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

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

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

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

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