#426605

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

Shades of Verdun Green #426605

Tints of Verdun Green #426605

Color information

#426605 (or 0x426605) is unknown color: approx Verdun Green. HEX triplet: 42, 66 and 05. RGB value is (66,102,5). Sum of RGB (Red+Green+Blue) = 66+102+5=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #426605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426605 is #BD99FA. Grayscale: #505050. Windows color (decimal): -12425723 or 353858. OLE color: 353858.

HSL color Cylindrical-coordinate representation of color #426605: hue angle of 82.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #426605 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB661025-
CMYK0.3500.950.6
HSL82.27º90.65%20.98%-
HSV(B)82.27º95.1%40%-
XYZ7.0310.671.83-
YUV80.1885.57117.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 102 (40.23% from 255) = 58.96%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=38.15%
G=58.96%
B=2.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6610250.3500.950.682.2790.6520.98
Hex426652305F3C525b15
Octal10214654301377412213325
Binary10000101100110101100011010111111111001010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426605; }

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

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

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

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

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

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

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

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