#3B8578

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

Shades of Viridian #3B8578

Tints of Viridian #3B8578

Color information

#3B8578 (or 0x3B8578) is unknown color: approx Viridian. HEX triplet: 3B, 85 and 78. RGB value is (59,133,120). Sum of RGB (Red+Green+Blue) = 59+133+120=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8578 is #C47A87. Grayscale: #6D6D6D. Windows color (decimal): -12876424 or 7898427. OLE color: 7898427.

HSL color Cylindrical-coordinate representation of color #3B8578: hue angle of 169.46º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8578 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB59133120-
CMYK0.5600.100.48
HSL169.46º38.54%37.65%-
HSV(B)169.46º55.64%52.16%-
XYZ13.5819.0620.73-
YUV109.39133.9892.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=18.91%
G=42.63%
B=38.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591331200.5600.100.48169.4638.5437.65
Hex3B8578380A30a92726
Octal7320517070012602514746
Binary1110111000010111110001110000101011000010101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,120); }

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

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

 a { background-color: rgb(59,133,120); }

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

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

 span { border-color: rgb(59,133,120); }

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