#3A876E

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

Shades of Viridian #3A876E

Tints of Viridian #3A876E

Color information

#3A876E (or 0x3A876E) is unknown color: approx Viridian. HEX triplet: 3A, 87 and 6E. RGB value is (58,135,110). Sum of RGB (Red+Green+Blue) = 58+135+110=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #3A876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A876E is #C57891. Grayscale: #6D6D6D. Windows color (decimal): -12941458 or 7243578. OLE color: 7243578.

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

Color convert

RGB58135110-
CMYK0.5700.190.47
HSL160.52º39.9%37.84%-
HSV(B)160.52º57.04%52.94%-
XYZ13.2219.3517.79-
YUV109.13128.4991.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=19.14%
G=44.55%
B=36.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581351100.5700.190.47160.5239.937.84
Hex3A876E390132Fa12826
Octal7220715671023572415046
Binary11101010000111110111011100101001110111110100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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