#3BD785

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

Shades of Shamrock #3BD785

Tints of Shamrock #3BD785

Color information

#3BD785 (or 0x3BD785) is unknown color: approx Shamrock. HEX triplet: 3B, D7 and 85. RGB value is (59,215,133). Sum of RGB (Red+Green+Blue) = 59+215+133=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD785 is #C4287A. Grayscale: #9F9F9F. Windows color (decimal): -12855419 or 8771387. OLE color: 8771387.

HSL color Cylindrical-coordinate representation of color #3BD785: hue angle of 148.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD785 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB59215133-
CMYK0.7300.380.16
HSL148.46º66.1%53.73%-
HSV(B)148.46º72.56%84.31%-
XYZ30.3451.2230.48-
YUV159.01113.3256.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 215 (84.38% from 255) = 52.83%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=14.50%
G=52.83%
B=32.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592151330.7300.380.16148.4666.153.73
Hex3BD7854902610944236
Octal733272051110462022410266
Binary11101111010111100001011001001010011010000100101001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,215,133); }

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

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

 a { background-color: rgb(59,215,133); }

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

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

 span { border-color: rgb(59,215,133); }

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