#43886F

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

Shades of Viridian #43886F

Tints of Viridian #43886F

Color information

#43886F (or 0x43886F) is unknown color: approx Viridian. HEX triplet: 43, 88 and 6F. RGB value is (67,136,111). Sum of RGB (Red+Green+Blue) = 67+136+111=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #43886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43886F is #BC7790. Grayscale: #707070. Windows color (decimal): -12351377 or 7309379. OLE color: 7309379.

HSL color Cylindrical-coordinate representation of color #43886F: hue angle of 158.26º 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 #43886F is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB67136111-
CMYK0.5100.180.47
HSL158.26º33.99%39.8%-
HSV(B)158.26º50.74%53.33%-
XYZ13.9919.9518.15-
YUV112.52127.1495.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.34%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=21.34%
G=43.31%
B=35.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361110.5100.180.47158.2633.9939.8
Hex43886F330122F9e2228
Octal10321015763022572364250
Binary100001110001000110111111001101001010111110011110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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