#3B8874

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

Shades of Viridian #3B8874

Tints of Viridian #3B8874

Color information

#3B8874 (or 0x3B8874) is unknown color: approx Viridian. HEX triplet: 3B, 88 and 74. RGB value is (59,136,116). Sum of RGB (Red+Green+Blue) = 59+136+116=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8874 is #C4778B. Grayscale: #6E6E6E. Windows color (decimal): -12875660 or 7637051. OLE color: 7637051.

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

Color convert

RGB59136116-
CMYK0.5700.150.47
HSL164.42º39.49%38.24%-
HSV(B)164.42º56.62%53.33%-
XYZ13.7619.819.62-
YUV110.7130.9991.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=18.97%
G=43.73%
B=37.30%

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
Decimal591361160.5700.150.47164.4239.4938.24
Hex3B8874390F2Fa42726
Octal7321016471017572444746
Binary1110111000100011101001110010111110111110100100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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