#43531F

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

Shades of Verdun Green #43531F

Tints of Verdun Green #43531F

Color information

#43531F (or 0x43531F) is unknown color: approx Verdun Green. HEX triplet: 43, 53 and 1F. RGB value is (67,83,31). Sum of RGB (Red+Green+Blue) = 67+83+31=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #43531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43531F is #BCACE0. Grayscale: #484848. Windows color (decimal): -12365025 or 2052931. OLE color: 2052931.

HSL color Cylindrical-coordinate representation of color #43531F: hue angle of 78.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43531F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB678331-
CMYK0.1900.630.67
HSL78.46º45.61%22.35%-
HSV(B)78.46º62.65%32.55%-
XYZ5.667.482.44-
YUV72.29104.7124.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=37.02%
G=45.86%
B=17.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783310.1900.630.6778.4645.6122.35
Hex43531F1303F434e2e16
Octal10312337230771031165626
Binary10000111010011111111001101111111000011100111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43531F; }

 p { color: rgb(67,83,31); }

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

<style>
 a { background-color: #43531F; }

 a { background-color: rgb(67,83,31); }

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

<style>
 span { border-color: #43531F; }

 span { border-color: rgb(67,83,31); }

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