#3BF48A

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

Shades of Shamrock #3BF48A

Tints of Shamrock #3BF48A

Color information

#3BF48A (or 0x3BF48A) is unknown color: approx Shamrock. HEX triplet: 3B, F4 and 8A. RGB value is (59,244,138). Sum of RGB (Red+Green+Blue) = 59+244+138=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF48A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF48A is #C40B75. Grayscale: #B0B0B0. Windows color (decimal): -12847990 or 9106491. OLE color: 9106491.

HSL color Cylindrical-coordinate representation of color #3BF48A: hue angle of 145.62º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF48A is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB59244138-
CMYK0.7600.430.04
HSL145.62º89.37%59.41%-
HSV(B)145.62º75.82%95.69%-
XYZ38.7467.4735.03-
YUV176.6106.2144.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.38%
GREEN value IS 244 (95.70% from 255) = 55.33%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=13.38%
G=55.33%
B=31.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal592441380.7600.430.04145.6289.3759.41
Hex3BF48A4C02B492593b
Octal73364212114053422213173
Binary111011111101001000101010011000101011100100100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,244,138); }

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

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

 a { background-color: rgb(59,244,138); }

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

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

 span { border-color: rgb(59,244,138); }

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