#3CBD87

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

Shades of Shamrock #3CBD87

Tints of Shamrock #3CBD87

Color information

#3CBD87 (or 0x3CBD87) is unknown color: approx Shamrock. HEX triplet: 3C, BD and 87. RGB value is (60,189,135). Sum of RGB (Red+Green+Blue) = 60+189+135=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBD87 is #C34278. Grayscale: #909090. Windows color (decimal): -12796537 or 8895804. OLE color: 8895804.

HSL color Cylindrical-coordinate representation of color #3CBD87: hue angle of 154.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD87 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB60189135-
CMYK0.6800.290.26
HSL154.88º51.81%48.82%-
HSV(B)154.88º68.25%74.12%-
XYZ24.4339.1129.18-
YUV144.27122.7667.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.62%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=15.62%
G=49.22%
B=35.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891350.6800.290.26154.8851.8148.82
Hex3CBD874401D1A9b3431
Octal74275207104035322336461
Binary111100101111011000011110001000111011101010011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,135); }

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

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

 a { background-color: rgb(60,189,135); }

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

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

 span { border-color: rgb(60,189,135); }

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