#43460A

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

Shades of Verdun Green #43460A

Tints of Verdun Green #43460A

Color information

#43460A (or 0x43460A) is unknown color: approx Verdun Green. HEX triplet: 43, 46 and 0A. RGB value is (67,70,10). Sum of RGB (Red+Green+Blue) = 67+70+10=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #43460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43460A is #BCB9F5. Grayscale: #3E3E3E. Windows color (decimal): -12368374 or 673347. OLE color: 673347.

HSL color Cylindrical-coordinate representation of color #43460A: hue angle of 63º 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 #43460A is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB677010-
CMYK0.0400.860.73
HSL63º75%15.69%-
HSV(B)63º85.71%27.45%-
XYZ4.565.61.13-
YUV62.2698.51131.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=45.58%
G=47.62%
B=6.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6770100.0400.860.73637515.69
Hex4346A4056493f4b10
Octal10310612401261117711320
Binary100001110001101010100010101101001001111111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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