#43856C

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

Shades of Viridian #43856C

Tints of Viridian #43856C

Color information

#43856C (or 0x43856C) is unknown color: approx Viridian. HEX triplet: 43, 85 and 6C. RGB value is (67,133,108). Sum of RGB (Red+Green+Blue) = 67+133+108=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #43856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43856C is #BC7A93. Grayscale: #6E6E6E. Windows color (decimal): -12352148 or 7112003. OLE color: 7112003.

HSL color Cylindrical-coordinate representation of color #43856C: hue angle of 157.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43856C is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB67133108-
CMYK0.5000.190.48
HSL157.27º33%39.22%-
HSV(B)157.27º49.62%52.16%-
XYZ13.4119.0517.16-
YUV110.42126.6397.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=21.75%
G=43.18%
B=35.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331080.5000.190.48157.273339.22
Hex43856C32013309d2127
Octal10320515462023602354147
Binary100001110000101110110011001001001111000010011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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