#3A8669

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

Shades of Viridian #3A8669

Tints of Viridian #3A8669

Color information

#3A8669 (or 0x3A8669) is unknown color: approx Viridian. HEX triplet: 3A, 86 and 69. RGB value is (58,134,105). Sum of RGB (Red+Green+Blue) = 58+134+105=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8669 is #C57996. Grayscale: #6C6C6C. Windows color (decimal): -12941719 or 6915642. OLE color: 6915642.

HSL color Cylindrical-coordinate representation of color #3A8669: hue angle of 157.11º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8669 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB58134105-
CMYK0.5700.220.47
HSL157.11º39.58%37.65%-
HSV(B)157.11º56.72%52.55%-
XYZ12.8218.9716.35-
YUV107.97126.3292.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=19.53%
G=45.12%
B=35.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341050.5700.220.47157.1139.5837.65
Hex3A8669390162F9d2826
Octal7220615171026572355046
Binary11101010000110110100111100101011010111110011101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,105); }

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

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

 a { background-color: rgb(58,134,105); }

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

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

 span { border-color: rgb(58,134,105); }

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