#3A8874

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

Shades of Viridian #3A8874

Tints of Viridian #3A8874

Color information

#3A8874 (or 0x3A8874) is unknown color: approx Viridian. HEX triplet: 3A, 88 and 74. RGB value is (58,136,116). Sum of RGB (Red+Green+Blue) = 58+136+116=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8874 is #C5778B. Grayscale: #6E6E6E. Windows color (decimal): -12941196 or 7637050. OLE color: 7637050.

HSL color Cylindrical-coordinate representation of color #3A8874: hue angle of 164.62º 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 #3A8874 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB58136116-
CMYK0.5700.150.47
HSL164.62º40.21%38.04%-
HSV(B)164.62º57.35%53.33%-
XYZ13.719.7719.62-
YUV110.4131.1690.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=18.71%
G=43.87%
B=37.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581361160.5700.150.47164.6240.2138.04
Hex3A8874390F2Fa52826
Octal7221016471017572455046
Binary1110101000100011101001110010111110111110100101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,136,116); }

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

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

 a { background-color: rgb(58,136,116); }

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

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

 span { border-color: rgb(58,136,116); }

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