#3A856E

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

Shades of Viridian #3A856E

Tints of Viridian #3A856E

Color information

#3A856E (or 0x3A856E) is unknown color: approx Viridian. HEX triplet: 3A, 85 and 6E. RGB value is (58,133,110). Sum of RGB (Red+Green+Blue) = 58+133+110=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #3A856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A856E is #C57A91. Grayscale: #6B6B6B. Windows color (decimal): -12941970 or 7243066. OLE color: 7243066.

HSL color Cylindrical-coordinate representation of color #3A856E: hue angle of 161.6º 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 #3A856E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB58133110-
CMYK0.5600.170.48
HSL161.6º39.27%37.45%-
HSV(B)161.6º56.39%52.16%-
XYZ12.9518.817.7-
YUV107.95129.1592.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=19.27%
G=44.19%
B=36.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581331100.5600.170.48161.639.2737.45
Hex3A856E3801130a22725
Octal7220515670021602424745
Binary11101010000101110111011100001000111000010100010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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