#426704

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

Shades of Verdun Green #426704

Tints of Verdun Green #426704

Color information

#426704 (or 0x426704) is unknown color: approx Verdun Green. HEX triplet: 42, 67 and 04. RGB value is (66,103,4). Sum of RGB (Red+Green+Blue) = 66+103+4=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #426704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426704 is #BD98FB. Grayscale: #515151. Windows color (decimal): -12425468 or 288578. OLE color: 288578.

HSL color Cylindrical-coordinate representation of color #426704: hue angle of 82.42º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #426704 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB661034-
CMYK0.3600.960.60
HSL82.42º92.52%20.98%-
HSV(B)82.42º96.12%40.39%-
XYZ7.1210.871.84-
YUV80.6584.74117.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 103 (40.62% from 255) = 59.54%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=38.15%
G=59.54%
B=2.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6610340.3600.960.6082.4292.5220.98
Hex42674240603C525d15
Octal10214744401407412213525
Binary10000101100111100100100011000001111001010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426704; }

 p { color: rgb(66,103,4); }

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

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

 a { background-color: rgb(66,103,4); }

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

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

 span { border-color: rgb(66,103,4); }

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