#3A8770

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

Shades of Viridian #3A8770

Tints of Viridian #3A8770

Color information

#3A8770 (or 0x3A8770) is unknown color: approx Viridian. HEX triplet: 3A, 87 and 70. RGB value is (58,135,112). Sum of RGB (Red+Green+Blue) = 58+135+112=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8770 is #C5788F. Grayscale: #6D6D6D. Windows color (decimal): -12941456 or 7374650. OLE color: 7374650.

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

Color convert

RGB58135112-
CMYK0.5700.170.47
HSL162.08º39.9%37.84%-
HSV(B)162.08º57.04%52.94%-
XYZ13.3319.418.37-
YUV109.35129.4991.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=19.02%
G=44.26%
B=36.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581351120.5700.170.47162.0839.937.84
Hex3A8770390112Fa22826
Octal7220716071021572425046
Binary11101010000111111000011100101000110111110100010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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