#414206

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

Shades of Verdun Green #414206

Tints of Verdun Green #414206

Color information

#414206 (or 0x414206) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 06. RGB value is (65,66,6). Sum of RGB (Red+Green+Blue) = 65+66+6=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #414206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414206 is #BEBDF9. Grayscale: #3B3B3B. Windows color (decimal): -12500474 or 410177. OLE color: 410177.

HSL color Cylindrical-coordinate representation of color #414206: hue angle of 61º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #414206 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB65666-
CMYK0.0200.910.74
HSL61º83.33%14.12%-
HSV(B)61º90.91%25.88%-
XYZ4.165.030.92-
YUV58.8698.17132.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=47.45%
G=48.18%
B=4.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal656660.0200.910.746183.3314.12
Hex41426205B4A3d53e
Octal1011026201331127512316
Binary100000110000101101001011011100101011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414206; }

 p { color: rgb(65,66,6); }

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

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

 a { background-color: rgb(65,66,6); }

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

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

 span { border-color: rgb(65,66,6); }

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