#43540A

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

Shades of Verdun Green #43540A

Tints of Verdun Green #43540A

Color information

#43540A (or 0x43540A) is unknown color: approx Verdun Green. HEX triplet: 43, 54 and 0A. RGB value is (67,84,10). Sum of RGB (Red+Green+Blue) = 67+84+10=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #43540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43540A is #BCABF5. Grayscale: #464646. Windows color (decimal): -12364790 or 676931. OLE color: 676931.

HSL color Cylindrical-coordinate representation of color #43540A: hue angle of 73.78º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43540A is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB678410-
CMYK0.2000.880.67
HSL73.78º78.72%18.43%-
HSV(B)73.78º88.1%32.94%-
XYZ5.547.561.45-
YUV70.4893.87125.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=41.61%
G=52.17%
B=6.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784100.2000.880.6773.7878.7218.43
Hex4354A14058434a4f12
Octal1031241224013010311211722
Binary100001110101001010101000101100010000111001010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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