#3A8C6F

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

Shades of Viridian #3A8C6F

Tints of Viridian #3A8C6F

Color information

#3A8C6F (or 0x3A8C6F) is unknown color: approx Viridian. HEX triplet: 3A, 8C and 6F. RGB value is (58,140,111). Sum of RGB (Red+Green+Blue) = 58+140+111=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8C6F is #C57390. Grayscale: #707070. Windows color (decimal): -12940177 or 7310394. OLE color: 7310394.

HSL color Cylindrical-coordinate representation of color #3A8C6F: hue angle of 158.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8C6F is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB58140111-
CMYK0.5900.210.45
HSL158.78º41.41%38.82%-
HSV(B)158.78º58.57%54.9%-
XYZ13.9920.818.32-
YUV112.18127.3389.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=18.77%
G=45.31%
B=35.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581401110.5900.210.45158.7841.4138.82
Hex3A8C6F3B0152D9f2927
Octal7221415773025552375147
Binary11101010001100110111111101101010110110110011111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,111); }

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

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

 a { background-color: rgb(58,140,111); }

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

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

 span { border-color: rgb(58,140,111); }

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