#426B07

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

Shades of Verdun Green #426B07

Tints of Verdun Green #426B07

Color information

#426B07 (or 0x426B07) is unknown color: approx Verdun Green. HEX triplet: 42, 6B and 07. RGB value is (66,107,7). Sum of RGB (Red+Green+Blue) = 66+107+7=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #426B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B07 is #BD94F8. Grayscale: #535353. Windows color (decimal): -12424441 or 486210. OLE color: 486210.

HSL color Cylindrical-coordinate representation of color #426B07: hue angle of 84.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #426B07 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB661077-
CMYK0.3800.930.58
HSL84.6º87.72%22.35%-
HSV(B)84.6º93.46%41.96%-
XYZ7.5411.692.06-
YUV83.3484.92115.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=36.67%
G=59.44%
B=3.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6610770.3800.930.5884.687.7222.35
Hex426B72605D3A555816
Octal10215374601357212513026
Binary10000101101011111100110010111011110101010101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B07; }

 p { color: rgb(66,107,7); }

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

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

 a { background-color: rgb(66,107,7); }

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

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

 span { border-color: rgb(66,107,7); }

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