#3BF48B

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

Shades of Shamrock #3BF48B

Tints of Shamrock #3BF48B

Color information

#3BF48B (or 0x3BF48B) is unknown color: approx Shamrock. HEX triplet: 3B, F4 and 8B. RGB value is (59,244,139). Sum of RGB (Red+Green+Blue) = 59+244+139=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF48B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF48B is #C40B74. Grayscale: #B0B0B0. Windows color (decimal): -12847989 or 9172027. OLE color: 9172027.

HSL color Cylindrical-coordinate representation of color #3BF48B: hue angle of 145.95º 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 #3BF48B is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB59244139-
CMYK0.7600.430.04
HSL145.95º89.37%59.41%-
HSV(B)145.95º75.82%95.69%-
XYZ38.8167.535.41-
YUV176.71106.7144.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.35%
GREEN value IS 244 (95.70% from 255) = 55.20%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=13.35%
G=55.20%
B=31.45%

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
Decimal592441390.7600.430.04145.9589.3759.41
Hex3BF48B4C02B492593b
Octal73364213114053422213173
Binary111011111101001000101110011000101011100100100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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