#414701

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

Shades of Verdun Green #414701

Tints of Verdun Green #414701

Color information

#414701 (or 0x414701) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 01. RGB value is (65,71,1). Sum of RGB (Red+Green+Blue) = 65+71+1=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #414701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414701 is #BEB8FE. Grayscale: #3D3D3D. Windows color (decimal): -12499199 or 83777. OLE color: 83777.

HSL color Cylindrical-coordinate representation of color #414701: hue angle of 65.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #414701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB65711-
CMYK0.0800.990.72
HSL65.14º97.22%14.12%-
HSV(B)65.14º98.59%27.84%-
XYZ4.445.630.88-
YUV61.2394.01130.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=47.45%
G=51.82%
B=0.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal657110.0800.990.7265.1497.2214.12
Hex414718063484161e
Octal101107110014311010114116
Binary1000001100011111000011000111001000100000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414701; }

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

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

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

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

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

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

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

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