#41BB94

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

Shades of Shamrock #41BB94

Tints of Shamrock #41BB94

Color information

#41BB94 (or 0x41BB94) is unknown color: approx Shamrock. HEX triplet: 41, BB and 94. RGB value is (65,187,148). Sum of RGB (Red+Green+Blue) = 65+187+148=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BB94 is #BE446B. Grayscale: #929292. Windows color (decimal): -12469356 or 9747265. OLE color: 9747265.

HSL color Cylindrical-coordinate representation of color #41BB94: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BB94 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB65187148-
CMYK0.6500.210.27
HSL160.82º48.41%49.41%-
HSV(B)160.82º65.24%73.33%-
XYZ25.338.834.17-
YUV146.08129.0870.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.25%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 148 (58.20% from 255) = 37%
R=16.25%
G=46.75%
B=37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651871480.6500.210.27160.8248.4149.41
Hex41BB94410151Ba13031
Octal101273224101025332416061
Binary1000001101110111001010010000010101011101110100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41BB94; }

 p { color: rgb(65,187,148); }

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

<style>
 a { background-color: #41BB94; }

 a { background-color: rgb(65,187,148); }

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

<style>
 span { border-color: #41BB94; }

 span { border-color: rgb(65,187,148); }

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