#42640B

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

Shades of Verdun Green #42640B

Tints of Verdun Green #42640B

Color information

#42640B (or 0x42640B) is unknown color: approx Verdun Green. HEX triplet: 42, 64 and 0B. RGB value is (66,100,11). Sum of RGB (Red+Green+Blue) = 66+100+11=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #42640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42640B is #BD9BF4. Grayscale: #505050. Windows color (decimal): -12426229 or 746562. OLE color: 746562.

HSL color Cylindrical-coordinate representation of color #42640B: hue angle of 82.92º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42640B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB6610011-
CMYK0.3400.890.61
HSL82.92º80.18%21.76%-
HSV(B)82.92º89%39.22%-
XYZ6.8610.31.94-
YUV79.6989.24118.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 100 (39.45% from 255) = 56.50%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=37.29%
G=56.50%
B=6.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100110.3400.890.6182.9280.1821.76
Hex4264B220593D535016
Octal102144134201317512312026
Binary100001011001001011100010010110011111011010011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42640B; }

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

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

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

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

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

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

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

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