#3A8066

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

Shades of Viridian #3A8066

Tints of Viridian #3A8066

Color information

#3A8066 (or 0x3A8066) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 66. RGB value is (58,128,102). Sum of RGB (Red+Green+Blue) = 58+128+102=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8066 is #C57F99. Grayscale: #686868. Windows color (decimal): -12943258 or 6717498. OLE color: 6717498.

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

Color convert

RGB58128102-
CMYK0.5500.200.50
HSL157.71º37.63%36.47%-
HSV(B)157.71º54.69%50.2%-
XYZ11.8617.315.28-
YUV104.11126.8195.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=20.14%
G=44.44%
B=35.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581281020.5500.200.50157.7137.6336.47
Hex3A806637014329e2624
Octal7220014667024622364644
Binary11101010000000110011011011101010011001010011110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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