#3A7F6F

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

Shades of Viridian #3A7F6F

Tints of Viridian #3A7F6F

Color information

#3A7F6F (or 0x3A7F6F) is unknown color: approx Viridian. HEX triplet: 3A, 7F and 6F. RGB value is (58,127,111). Sum of RGB (Red+Green+Blue) = 58+127+111=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F6F is #C58090. Grayscale: #686868. Windows color (decimal): -12943505 or 7307066. OLE color: 7307066.

HSL color Cylindrical-coordinate representation of color #3A7F6F: hue angle of 166.09º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F6F is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB58127111-
CMYK0.5400.130.50
HSL166.09º37.3%36.27%-
HSV(B)166.09º54.33%49.8%-
XYZ12.217.2317.72-
YUV104.54131.6494.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=19.59%
G=42.91%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581271110.5400.130.50166.0937.336.27
Hex3A7F6F360D32a62524
Octal7217715766015622464544
Binary111010111111111011111101100110111001010100110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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