#3C8F73

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

Shades of Viridian #3C8F73

Tints of Viridian #3C8F73

Color information

#3C8F73 (or 0x3C8F73) is unknown color: approx Viridian. HEX triplet: 3C, 8F and 73. RGB value is (60,143,115). Sum of RGB (Red+Green+Blue) = 60+143+115=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F73 is #C3708C. Grayscale: #737373. Windows color (decimal): -12808333 or 7573308. OLE color: 7573308.

HSL color Cylindrical-coordinate representation of color #3C8F73: hue angle of 159.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F73 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB60143115-
CMYK0.5800.200.44
HSL159.76º40.89%39.8%-
HSV(B)159.76º58.04%56.08%-
XYZ14.7821.8419.66-
YUV114.9912888.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=18.87%
G=44.97%
B=36.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601431150.5800.200.44159.7640.8939.8
Hex3C8F733A0142Ca02928
Octal7421716372024542405150
Binary11110010001111111001111101001010010110010100000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,143,115); }

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

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

 a { background-color: rgb(60,143,115); }

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

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

 span { border-color: rgb(60,143,115); }

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