#3A8373

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

Shades of Viridian #3A8373

Tints of Viridian #3A8373

Color information

#3A8373 (or 0x3A8373) is unknown color: approx Viridian. HEX triplet: 3A, 83 and 73. RGB value is (58,131,115). Sum of RGB (Red+Green+Blue) = 58+131+115=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8373 is #C57C8C. Grayscale: #6B6B6B. Windows color (decimal): -12942477 or 7570234. OLE color: 7570234.

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

Color convert

RGB58131115-
CMYK0.5600.120.49
HSL166.85º38.62%37.06%-
HSV(B)166.85º55.73%51.37%-
XYZ12.9618.3719.08-
YUV107.35132.3292.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=19.08%
G=43.09%
B=37.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581311150.5600.120.49166.8538.6237.06
Hex3A8373380C31a72725
Octal7220316370014612474745
Binary1110101000001111100111110000110011000110100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,115); }

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

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

 a { background-color: rgb(58,131,115); }

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

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

 span { border-color: rgb(58,131,115); }

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