#43886C

Color #43886C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #43886C

Tints of Viridian #43886C

Color information

#43886C (or 0x43886C) is unknown color: approx Viridian. HEX triplet: 43, 88 and 6C. RGB value is (67,136,108). Sum of RGB (Red+Green+Blue) = 67+136+108=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #43886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43886C is #BC7793. Grayscale: #707070. Windows color (decimal): -12351380 or 7112771. OLE color: 7112771.

HSL color Cylindrical-coordinate representation of color #43886C: hue angle of 155.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43886C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB67136108-
CMYK0.5100.210.47
HSL155.65º33.99%39.8%-
HSV(B)155.65º50.74%53.33%-
XYZ13.8319.8817.3-
YUV112.18125.6495.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.54%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=21.54%
G=43.73%
B=34.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361080.5100.210.47155.6533.9939.8
Hex43886C330152F9c2228
Octal10321015463025572344250
Binary100001110001000110110011001101010110111110011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43886C; }

 p { color: rgb(67,136,108); }

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

<style>
 a { background-color: #43886C; }

 a { background-color: rgb(67,136,108); }

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

<style>
 span { border-color: #43886C; }

 span { border-color: rgb(67,136,108); }

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