#3A866C

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

Shades of Viridian #3A866C

Tints of Viridian #3A866C

Color information

#3A866C (or 0x3A866C) is unknown color: approx Viridian. HEX triplet: 3A, 86 and 6C. RGB value is (58,134,108). Sum of RGB (Red+Green+Blue) = 58+134+108=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #3A866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A866C is #C57993. Grayscale: #6C6C6C. Windows color (decimal): -12941716 or 7112250. OLE color: 7112250.

HSL color Cylindrical-coordinate representation of color #3A866C: hue angle of 159.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A866C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB58134108-
CMYK0.5700.190.47
HSL159.47º39.58%37.65%-
HSV(B)159.47º56.72%52.55%-
XYZ12.9819.0317.18-
YUV108.31127.8292.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.33%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=19.33%
G=44.67%
B=36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341080.5700.190.47159.4739.5837.65
Hex3A866C390132F9f2826
Octal7220615471023572375046
Binary11101010000110110110011100101001110111110011111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,108); }

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

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

 a { background-color: rgb(58,134,108); }

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

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

 span { border-color: rgb(58,134,108); }

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