#3C9E75

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

Shades of Gossamer #3C9E75

Tints of Gossamer #3C9E75

Color information

#3C9E75 (or 0x3C9E75) is unknown color: approx Gossamer. HEX triplet: 3C, 9E and 75. RGB value is (60,158,117). Sum of RGB (Red+Green+Blue) = 60+158+117=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #3C9E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9E75 is #C3618A. Grayscale: #7C7C7C. Windows color (decimal): -12804491 or 7708220. OLE color: 7708220.

HSL color Cylindrical-coordinate representation of color #3C9E75: hue angle of 154.9º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9E75 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB60158117-
CMYK0.6200.260.38
HSL154.9º44.95%42.75%-
HSV(B)154.9º62.03%61.96%-
XYZ17.326.721.07-
YUV124.02124.0382.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.91%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=17.91%
G=47.16%
B=34.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601581170.6200.260.38154.944.9542.75
Hex3C9E753E01A269b2d2b
Octal7423616576032462335553
Binary11110010011110111010111111001101010011010011011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,158,117); }

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

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

 a { background-color: rgb(60,158,117); }

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

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

 span { border-color: rgb(60,158,117); }

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