#3A896C

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

Shades of Viridian #3A896C

Tints of Viridian #3A896C

Color information

#3A896C (or 0x3A896C) is unknown color: approx Viridian. HEX triplet: 3A, 89 and 6C. RGB value is (58,137,108). Sum of RGB (Red+Green+Blue) = 58+137+108=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #3A896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A896C is #C57693. Grayscale: #6E6E6E. Windows color (decimal): -12940948 or 7113018. OLE color: 7113018.

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

Color convert

RGB58137108-
CMYK0.5800.210.46
HSL157.97º40.51%38.24%-
HSV(B)157.97º57.66%53.73%-
XYZ13.419.8717.32-
YUV110.07126.8390.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=19.14%
G=45.21%
B=35.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371080.5800.210.46157.9740.5138.24
Hex3A896C3A0152E9e2926
Octal7221115472025562365146
Binary11101010001001110110011101001010110111010011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,108); }

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

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

 a { background-color: rgb(58,137,108); }

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

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

 span { border-color: rgb(58,137,108); }

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