#43551F

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

Shades of Verdun Green #43551F

Tints of Verdun Green #43551F

Color information

#43551F (or 0x43551F) is unknown color: approx Verdun Green. HEX triplet: 43, 55 and 1F. RGB value is (67,85,31). Sum of RGB (Red+Green+Blue) = 67+85+31=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #43551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43551F is #BCAAE0. Grayscale: #494949. Windows color (decimal): -12364513 or 2053443. OLE color: 2053443.

HSL color Cylindrical-coordinate representation of color #43551F: hue angle of 80º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43551F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB678531-
CMYK0.2100.640.67
HSL80º46.55%22.75%-
HSV(B)80º63.53%33.33%-
XYZ5.817.792.49-
YUV73.46104.04123.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.61%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=36.61%
G=46.45%
B=16.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785310.2100.640.678046.5522.75
Hex43551F1504043502f17
Octal103125372501001031205727
Binary100001110101011111110101010000001000011101000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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