#43856A

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

Shades of Viridian #43856A

Tints of Viridian #43856A

Color information

#43856A (or 0x43856A) is unknown color: approx Viridian. HEX triplet: 43, 85 and 6A. RGB value is (67,133,106). Sum of RGB (Red+Green+Blue) = 67+133+106=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #43856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43856A is #BC7A95. Grayscale: #6E6E6E. Windows color (decimal): -12352150 or 6980931. OLE color: 6980931.

HSL color Cylindrical-coordinate representation of color #43856A: hue angle of 155.45º 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 #43856A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB67133106-
CMYK0.5000.200.48
HSL155.45º33%39.22%-
HSV(B)155.45º49.62%52.16%-
XYZ13.319.0116.6-
YUV110.19125.6397.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=21.90%
G=43.46%
B=34.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331060.5000.200.48155.453339.22
Hex43856A32014309b2127
Octal10320515262024602334147
Binary100001110000101110101011001001010011000010011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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