#426B0B

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

Shades of Verdun Green #426B0B

Tints of Verdun Green #426B0B

Color information

#426B0B (or 0x426B0B) is unknown color: approx Verdun Green. HEX triplet: 42, 6B and 0B. RGB value is (66,107,11). Sum of RGB (Red+Green+Blue) = 66+107+11=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #426B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B0B is #BD94F4. Grayscale: #545454. Windows color (decimal): -12424437 or 748354. OLE color: 748354.

HSL color Cylindrical-coordinate representation of color #426B0B: hue angle of 85.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #426B0B is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB6610711-
CMYK0.3800.900.58
HSL85.62º81.36%23.14%-
HSV(B)85.62º89.72%41.96%-
XYZ7.5611.72.18-
YUV83.886.92115.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 107 (42.19% from 255) = 58.15%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=35.87%
G=58.15%
B=5.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107110.3800.900.5885.6281.3623.14
Hex426BB2605A3A565117
Octal102153134601327212612127
Binary100001011010111011100110010110101110101010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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