#43470A

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

Shades of Verdun Green #43470A

Tints of Verdun Green #43470A

Color information

#43470A (or 0x43470A) is unknown color: approx Verdun Green. HEX triplet: 43, 47 and 0A. RGB value is (67,71,10). Sum of RGB (Red+Green+Blue) = 67+71+10=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #43470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43470A is #BCB8F5. Grayscale: #3F3F3F. Windows color (decimal): -12368118 or 673603. OLE color: 673603.

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

Color convert

RGB677110-
CMYK0.0600.860.72
HSL63.93º75.31%15.88%-
HSV(B)63.93º85.92%27.84%-
XYZ4.625.721.15-
YUV62.8598.17130.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=45.27%
G=47.97%
B=6.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771100.0600.860.7263.9375.3115.88
Hex4347A605648404b10
Octal103107126012611010011320
Binary1000011100011110101100101011010010001000000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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