#3BD09D

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

Shades of Shamrock #3BD09D

Tints of Shamrock #3BD09D

Color information

#3BD09D (or 0x3BD09D) is unknown color: approx Shamrock. HEX triplet: 3B, D0 and 9D. RGB value is (59,208,157). Sum of RGB (Red+Green+Blue) = 59+208+157=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD09D is #C42F62. Grayscale: #9D9D9D. Windows color (decimal): -12857187 or 10342459. OLE color: 10342459.

HSL color Cylindrical-coordinate representation of color #3BD09D: hue angle of 159.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD09D is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB59208157-
CMYK0.7200.250.18
HSL159.46º61.32%52.35%-
HSV(B)159.46º71.63%81.57%-
XYZ30.4548.4839.65-
YUV157.64127.6457.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.92%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=13.92%
G=49.06%
B=37.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal592081570.7200.250.18159.4661.3252.35
Hex3BD09D48019129f3d34
Octal73320235110031222377564
Binary111011110100001001110110010000110011001010011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,208,157); }

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

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

 a { background-color: rgb(59,208,157); }

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

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

 span { border-color: rgb(59,208,157); }

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