#42620C

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

Shades of Verdun Green #42620C

Tints of Verdun Green #42620C

Color information

#42620C (or 0x42620C) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 0C. RGB value is (66,98,12). Sum of RGB (Red+Green+Blue) = 66+98+12=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #42620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42620C is #BD9DF3. Grayscale: #4E4E4E. Windows color (decimal): -12426740 or 811586. OLE color: 811586.

HSL color Cylindrical-coordinate representation of color #42620C: hue angle of 82.33º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42620C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB669812-
CMYK0.3300.880.62
HSL82.33º78.18%21.57%-
HSV(B)82.33º87.76%38.43%-
XYZ6.689.921.91-
YUV78.6390.4118.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=37.5%
G=55.68%
B=6.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698120.3300.880.6282.3378.1821.57
Hex4262C210583E524e16
Octal102142144101307612211626
Binary100001011000101100100001010110001111101010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42620C; }

 p { color: rgb(66,98,12); }

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

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

 a { background-color: rgb(66,98,12); }

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

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

 span { border-color: rgb(66,98,12); }

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