#3A8063

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

Shades of Viridian #3A8063

Tints of Viridian #3A8063

Color information

#3A8063 (or 0x3A8063) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 63. RGB value is (58,128,99). Sum of RGB (Red+Green+Blue) = 58+128+99=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8063 is #C57F9C. Grayscale: #676767. Windows color (decimal): -12943261 or 6520890. OLE color: 6520890.

HSL color Cylindrical-coordinate representation of color #3A8063: hue angle of 155.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8063 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5812899-
CMYK0.5500.230.50
HSL155.14º37.63%36.47%-
HSV(B)155.14º54.69%50.2%-
XYZ11.7217.2414.51-
YUV103.76125.3195.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=20.35%
G=44.91%
B=34.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128990.5500.230.50155.1437.6336.47
Hex3A806337017329b2624
Octal7220014367027622334644
Binary11101010000000110001111011101011111001010011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,128,99); }

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

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

 a { background-color: rgb(58,128,99); }

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

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

 span { border-color: rgb(58,128,99); }

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