#3A9275

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

Shades of Viridian #3A9275

Tints of Viridian #3A9275

Color information

#3A9275 (or 0x3A9275) is unknown color: approx Viridian. HEX triplet: 3A, 92 and 75. RGB value is (58,146,117). Sum of RGB (Red+Green+Blue) = 58+146+117=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9275 is #C56D8A. Grayscale: #747474. Windows color (decimal): -12938635 or 7705146. OLE color: 7705146.

HSL color Cylindrical-coordinate representation of color #3A9275: hue angle of 160.23º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9275 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB58146117-
CMYK0.6000.200.43
HSL160.23º43.14%40%-
HSV(B)160.23º60.27%57.25%-
XYZ15.2322.7420.42-
YUV116.38128.3586.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=18.07%
G=45.48%
B=36.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581461170.6000.200.43160.2343.1440
Hex3A92753C0142Ba02b28
Octal7222216574024532405350
Binary11101010010010111010111110001010010101110100000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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