#43420B

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

Shades of Verdun Green #43420B

Tints of Verdun Green #43420B

Color information

#43420B (or 0x43420B) is unknown color: approx Verdun Green. HEX triplet: 43, 42 and 0B. RGB value is (67,66,11). Sum of RGB (Red+Green+Blue) = 67+66+11=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43420B is #BCBDF4. Grayscale: #3C3C3C. Windows color (decimal): -12369397 or 737859. OLE color: 737859.

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

Color convert

RGB676611-
CMYK00.010.840.74
HSL58.93º71.79%15.29%-
HSV(B)58.93º83.58%26.27%-
XYZ4.325.111.08-
YUV60.03100.33132.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=46.53%
G=45.83%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67661100.010.840.7458.9371.7915.29
Hex4342B01544A3b48f
Octal10310213011241127311017
Binary100001110000101011011010100100101011101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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