#426205

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

Shades of Verdun Green #426205

Tints of Verdun Green #426205

Color information

#426205 (or 0x426205) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 05. RGB value is (66,98,5). Sum of RGB (Red+Green+Blue) = 66+98+5=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #426205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426205 is #BD9DFA. Grayscale: #4E4E4E. Windows color (decimal): -12426747 or 352834. OLE color: 352834.

HSL color Cylindrical-coordinate representation of color #426205: hue angle of 80.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #426205 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB66985-
CMYK0.3300.950.62
HSL80.65º90.29%20.2%-
HSV(B)80.65º94.9%38.43%-
XYZ6.649.91.71-
YUV77.8386.9119.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=39.05%
G=57.99%
B=2.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669850.3300.950.6280.6590.2920.2
Hex426252105F3E515a14
Octal10214254101377612113224
Binary10000101100010101100001010111111111101010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426205; }

 p { color: rgb(66,98,5); }

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

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

 a { background-color: rgb(66,98,5); }

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

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

 span { border-color: rgb(66,98,5); }

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