#46620C

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

Shades of Verdun Green #46620C

Tints of Verdun Green #46620C

Color information

#46620C (or 0x46620C) is unknown color: approx Verdun Green. HEX triplet: 46, 62 and 0C. RGB value is (70,98,12). Sum of RGB (Red+Green+Blue) = 70+98+12=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #46620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46620C is #B99DF3. Grayscale: #505050. Windows color (decimal): -12164596 or 811590. OLE color: 811590.

HSL color Cylindrical-coordinate representation of color #46620C: hue angle of 79.53º 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 #46620C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB709812-
CMYK0.2900.880.62
HSL79.53º78.18%21.57%-
HSV(B)79.53º87.76%38.43%-
XYZ6.9610.061.92-
YUV79.8289.72120.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=38.89%
G=54.44%
B=6.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098120.2900.880.6279.5378.1821.57
Hex4662C1D0583E504e16
Octal106142143501307612011626
Binary10001101100010110011101010110001111101010000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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