#46450A

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

Shades of Verdun Green #46450A

Tints of Verdun Green #46450A

Color information

#46450A (or 0x46450A) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 0A. RGB value is (70,69,10). Sum of RGB (Red+Green+Blue) = 70+69+10=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46450A is #B9BAF5. Grayscale: #3E3E3E. Windows color (decimal): -12172022 or 673094. OLE color: 673094.

HSL color Cylindrical-coordinate representation of color #46450A: hue angle of 59º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46450A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB706910-
CMYK00.010.860.73
HSL59º75%15.69%-
HSV(B)59º85.71%27.45%-
XYZ4.715.581.12-
YUV62.5798.33133.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=46.98%
G=46.31%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70691000.010.860.73597515.69
Hex4645A0156493b4b10
Octal10610512011261117311320
Binary1000110100010110100110101101001001111011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46450A; }

 p { color: rgb(70,69,10); }

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

<style>
 a { background-color: #46450A; }

 a { background-color: rgb(70,69,10); }

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

<style>
 span { border-color: #46450A; }

 span { border-color: rgb(70,69,10); }

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