#3FC095

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

Shades of Shamrock #3FC095

Tints of Shamrock #3FC095

Color information

#3FC095 (or 0x3FC095) is unknown color: approx Shamrock. HEX triplet: 3F, C0 and 95. RGB value is (63,192,149). Sum of RGB (Red+Green+Blue) = 63+192+149=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC095 is #C03F6A. Grayscale: #949494. Windows color (decimal): -12599147 or 9814079. OLE color: 9814079.

HSL color Cylindrical-coordinate representation of color #3FC095: hue angle of 160º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC095 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB63192149-
CMYK0.6700.220.25
HSL160º50.59%50%-
HSV(B)160º67.19%75.29%-
XYZ26.3240.9334.95-
YUV148.53128.2667-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.59%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=15.59%
G=47.52%
B=36.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631921490.6700.220.2516050.5950
Hex3FC0954301619a03332
Octal77300225103026312406362
Binary111111110000001001010110000110101101100110100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,192,149); }

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

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

 a { background-color: rgb(63,192,149); }

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

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

 span { border-color: rgb(63,192,149); }

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