#43420D

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

Shades of Verdun Green #43420D

Tints of Verdun Green #43420D

Color information

#43420D (or 0x43420D) is unknown color: approx Verdun Green. HEX triplet: 43, 42 and 0D. RGB value is (67,66,13). Sum of RGB (Red+Green+Blue) = 67+66+13=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43420D is #BCBDF2. Grayscale: #3C3C3C. Windows color (decimal): -12369395 or 868931. OLE color: 868931.

HSL color Cylindrical-coordinate representation of color #43420D: hue angle of 58.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43420D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB676613-
CMYK00.010.810.74
HSL58.89º67.5%15.69%-
HSV(B)58.89º80.6%26.27%-
XYZ4.345.121.14-
YUV60.26101.33132.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=45.89%
G=45.21%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67661300.010.810.7458.8967.515.69
Hex4342D01514A3b4410
Octal10310215011211127310420
Binary1000011100001011010110100011001010111011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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