#3A8062

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

Shades of Viridian #3A8062

Tints of Viridian #3A8062

Color information

#3A8062 (or 0x3A8062) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 62. RGB value is (58,128,98). Sum of RGB (Red+Green+Blue) = 58+128+98=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8062 is #C57F9D. Grayscale: #676767. Windows color (decimal): -12943262 or 6455354. OLE color: 6455354.

HSL color Cylindrical-coordinate representation of color #3A8062: hue angle of 154.29º 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 #3A8062 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5812898-
CMYK0.5500.230.50
HSL154.29º37.63%36.47%-
HSV(B)154.29º54.69%50.2%-
XYZ11.6717.2214.26-
YUV103.65124.8195.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=20.42%
G=45.07%
B=34.51%

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
Decimal58128980.5500.230.50154.2937.6336.47
Hex3A806237017329a2624
Octal7220014267027622324644
Binary11101010000000110001011011101011111001010011010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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