#3A8966

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

Shades of Viridian #3A8966

Tints of Viridian #3A8966

Color information

#3A8966 (or 0x3A8966) is unknown color: approx Viridian. HEX triplet: 3A, 89 and 66. RGB value is (58,137,102). Sum of RGB (Red+Green+Blue) = 58+137+102=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8966 is #C57699. Grayscale: #6D6D6D. Windows color (decimal): -12940954 or 6719802. OLE color: 6719802.

HSL color Cylindrical-coordinate representation of color #3A8966: hue angle of 153.42º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8966 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB58137102-
CMYK0.5800.260.46
HSL153.42º40.51%38.24%-
HSV(B)153.42º57.66%53.73%-
XYZ13.0919.7515.69-
YUV109.39123.8391.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=19.53%
G=46.13%
B=34.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371020.5800.260.46153.4240.5138.24
Hex3A89663A01A2E992926
Octal7221114672032562315146
Binary11101010001001110011011101001101010111010011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,102); }

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

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

 a { background-color: rgb(58,137,102); }

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

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

 span { border-color: rgb(58,137,102); }

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