#3A8675

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

Shades of Viridian #3A8675

Tints of Viridian #3A8675

Color information

#3A8675 (or 0x3A8675) is unknown color: approx Viridian. HEX triplet: 3A, 86 and 75. RGB value is (58,134,117). Sum of RGB (Red+Green+Blue) = 58+134+117=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8675 is #C5798A. Grayscale: #6D6D6D. Windows color (decimal): -12941707 or 7702074. OLE color: 7702074.

HSL color Cylindrical-coordinate representation of color #3A8675: hue angle of 166.58º 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 #3A8675 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB58134117-
CMYK0.5700.130.47
HSL166.58º39.58%37.65%-
HSV(B)166.58º56.72%52.55%-
XYZ13.4819.2319.83-
YUV109.34132.3291.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=18.77%
G=43.37%
B=37.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341170.5700.130.47166.5839.5837.65
Hex3A8675390D2Fa72826
Octal7220616571015572475046
Binary1110101000011011101011110010110110111110100111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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