#43470D

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

Shades of Verdun Green #43470D

Tints of Verdun Green #43470D

Color information

#43470D (or 0x43470D) is unknown color: approx Verdun Green. HEX triplet: 43, 47 and 0D. RGB value is (67,71,13). Sum of RGB (Red+Green+Blue) = 67+71+13=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #43470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43470D is #BCB8F2. Grayscale: #3F3F3F. Windows color (decimal): -12368115 or 870211. OLE color: 870211.

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

Color convert

RGB677113-
CMYK0.0600.820.72
HSL64.14º69.05%16.47%-
HSV(B)64.14º81.69%27.84%-
XYZ4.645.731.24-
YUV63.1999.67130.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=44.37%
G=47.02%
B=8.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771130.0600.820.7264.1469.0516.47
Hex4347D605248404510
Octal103107156012211010010520
Binary1000011100011111011100101001010010001000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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