#3a8a69

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

Shades of Viridian #3A8A69

Tints of Viridian #3A8A69

Color information

#3A8A69 (or 0x3A8A69) is unknown color: approx Viridian. HEX triplet: 3A, 8A and 69. RGB value is (58,138,105). Sum of RGB (Red+Green+Blue) = 58+138+105=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A69 is #C57596. Grayscale: #6E6E6E. Windows color (decimal): -12940695 or 6916666. OLE color: 6916666.

HSL color Cylindrical-coordinate representation of color #3A8A69: hue angle of 155.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A69 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB58138105-
CMYK0.5800.240.46
HSL155.25º40.82%38.43%-
HSV(B)155.25º57.97%54.12%-
XYZ13.3820.116.54-
YUV110.3212590.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=19.27%
G=45.85%
B=34.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381050.5800.240.46155.2540.8238.43
Hex3A8A693A0182E9b2926
Octal7221215172030562335146
Binary11101010001010110100111101001100010111010011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8a69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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