#3cb98c

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

Shades of Shamrock #3CB98C

Tints of Shamrock #3CB98C

Color information

#3CB98C (or 0x3CB98C) is unknown color: approx Shamrock. HEX triplet: 3C, B9 and 8C. RGB value is (60,185,140). Sum of RGB (Red+Green+Blue) = 60+185+140=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB98C is #C34673. Grayscale: #8E8E8E. Windows color (decimal): -12797556 or 9222460. OLE color: 9222460.

HSL color Cylindrical-coordinate representation of color #3CB98C: hue angle of 158.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB98C is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB60185140-
CMYK0.6800.240.27
HSL158.4º51.02%48.04%-
HSV(B)158.4º67.57%72.55%-
XYZ23.9537.5530.8-
YUV142.5126.5969.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=15.58%
G=48.05%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601851400.6800.240.27158.451.0248.04
Hex3CB98C440181B9e3330
Octal74271214104030332366360
Binary111100101110011000110010001000110001101110011110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cb98c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,185,140); }

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

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

 a { background-color: rgb(60,185,140); }

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

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

 span { border-color: rgb(60,185,140); }

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