#3A8A6B

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

Shades of Viridian #3A8A6B

Tints of Viridian #3A8A6B

Color information

#3A8A6B (or 0x3A8A6B) is unknown color: approx Viridian. HEX triplet: 3A, 8A and 6B. RGB value is (58,138,107). Sum of RGB (Red+Green+Blue) = 58+138+107=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A6B is #C57594. Grayscale: #6E6E6E. Windows color (decimal): -12940693 or 7047738. OLE color: 7047738.

HSL color Cylindrical-coordinate representation of color #3A8A6B: hue angle of 156.75º 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 #3A8A6B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB58138107-
CMYK0.5800.220.46
HSL156.75º40.82%38.43%-
HSV(B)156.75º57.97%54.12%-
XYZ13.4920.1417.09-
YUV110.5512690.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=19.14%
G=45.54%
B=35.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381070.5800.220.46156.7540.8238.43
Hex3A8A6B3A0162E9d2926
Octal7221215372026562355146
Binary11101010001010110101111101001011010111010011101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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