#3A8566

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

Shades of Viridian #3A8566

Tints of Viridian #3A8566

Color information

#3A8566 (or 0x3A8566) is unknown color: approx Viridian. HEX triplet: 3A, 85 and 66. RGB value is (58,133,102). Sum of RGB (Red+Green+Blue) = 58+133+102=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8566 is #C57A99. Grayscale: #6B6B6B. Windows color (decimal): -12941978 or 6718778. OLE color: 6718778.

HSL color Cylindrical-coordinate representation of color #3A8566: hue angle of 155.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8566 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB58133102-
CMYK0.5600.230.48
HSL155.2º39.27%37.45%-
HSV(B)155.2º56.39%52.16%-
XYZ12.5318.6315.51-
YUV107.04125.1593.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=19.80%
G=45.39%
B=34.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581331020.5600.230.48155.239.2737.45
Hex3A856638017309b2725
Octal7220514670027602334745
Binary11101010000101110011011100001011111000010011011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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