#3A8873

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

Shades of Viridian #3A8873

Tints of Viridian #3A8873

Color information

#3A8873 (or 0x3A8873) is unknown color: approx Viridian. HEX triplet: 3A, 88 and 73. RGB value is (58,136,115). Sum of RGB (Red+Green+Blue) = 58+136+115=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8873 is #C5778C. Grayscale: #6E6E6E. Windows color (decimal): -12941197 or 7571514. OLE color: 7571514.

HSL color Cylindrical-coordinate representation of color #3A8873: hue angle of 163.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8873 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB58136115-
CMYK0.5700.150.47
HSL163.85º40.21%38.04%-
HSV(B)163.85º57.35%53.33%-
XYZ13.6419.7519.31-
YUV110.28130.6690.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=18.77%
G=44.01%
B=37.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581361150.5700.150.47163.8540.2138.04
Hex3A8873390F2Fa42826
Octal7221016371017572445046
Binary1110101000100011100111110010111110111110100100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A8873; }

 p { color: rgb(58,136,115); }

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

<style>
 a { background-color: #3A8873; }

 a { background-color: rgb(58,136,115); }

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

<style>
 span { border-color: #3A8873; }

 span { border-color: rgb(58,136,115); }

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