#43916B

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

Shades of Viridian #43916B

Tints of Viridian #43916B

Color information

#43916B (or 0x43916B) is unknown color: approx Viridian. HEX triplet: 43, 91 and 6B. RGB value is (67,145,107). Sum of RGB (Red+Green+Blue) = 67+145+107=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #43916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43916B is #BC6E94. Grayscale: #757575. Windows color (decimal): -12349077 or 7049539. OLE color: 7049539.

HSL color Cylindrical-coordinate representation of color #43916B: hue angle of 150.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43916B is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB67145107-
CMYK0.5400.260.43
HSL150.77º36.79%41.57%-
HSV(B)150.77º53.79%56.86%-
XYZ15.0922.5117.46-
YUV117.35122.1692.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.00%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=21.00%
G=45.45%
B=33.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671451070.5400.260.43150.7736.7941.57
Hex43916B3601A2B97252a
Octal10322115366032532274552
Binary100001110010001110101111011001101010101110010111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43916B; }

 p { color: rgb(67,145,107); }

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

<style>
 a { background-color: #43916B; }

 a { background-color: rgb(67,145,107); }

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

<style>
 span { border-color: #43916B; }

 span { border-color: rgb(67,145,107); }

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