#3A8870

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

Shades of Viridian #3A8870

Tints of Viridian #3A8870

Color information

#3A8870 (or 0x3A8870) is unknown color: approx Viridian. HEX triplet: 3A, 88 and 70. RGB value is (58,136,112). Sum of RGB (Red+Green+Blue) = 58+136+112=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8870 is #C5778F. Grayscale: #6D6D6D. Windows color (decimal): -12941200 or 7374906. OLE color: 7374906.

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

Color convert

RGB58136112-
CMYK0.5700.180.47
HSL161.54º40.21%38.04%-
HSV(B)161.54º57.35%53.33%-
XYZ13.4719.6818.42-
YUV109.94129.1690.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=18.95%
G=44.44%
B=36.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581361120.5700.180.47161.5440.2138.04
Hex3A8870390122Fa22826
Octal7221016071022572425046
Binary11101010001000111000011100101001010111110100010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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