#3CBF8D

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

Shades of Shamrock #3CBF8D

Tints of Shamrock #3CBF8D

Color information

#3CBF8D (or 0x3CBF8D) is unknown color: approx Shamrock. HEX triplet: 3C, BF and 8D. RGB value is (60,191,141). Sum of RGB (Red+Green+Blue) = 60+191+141=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBF8D is #C34072. Grayscale: #929292. Windows color (decimal): -12796019 or 9289532. OLE color: 9289532.

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

Color convert

RGB60191141-
CMYK0.6900.260.25
HSL157.1º52.19%49.22%-
HSV(B)157.1º68.59%74.9%-
XYZ25.340.1531.61-
YUV146.13125.166.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.31%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=15.31%
G=48.72%
B=35.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911410.6900.260.25157.152.1949.22
Hex3CBF8D4501A199d3431
Octal74277215105032312356461
Binary111100101111111000110110001010110101100110011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,191,141); }

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

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

 a { background-color: rgb(60,191,141); }

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

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

 span { border-color: rgb(60,191,141); }

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