#41BC92

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

Shades of Shamrock #41BC92

Tints of Shamrock #41BC92

Color information

#41BC92 (or 0x41BC92) is unknown color: approx Shamrock. HEX triplet: 41, BC and 92. RGB value is (65,188,146). Sum of RGB (Red+Green+Blue) = 65+188+146=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BC92 is #BE436D. Grayscale: #929292. Windows color (decimal): -12469102 or 9616449. OLE color: 9616449.

HSL color Cylindrical-coordinate representation of color #41BC92: hue angle of 159.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC92 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB65188146-
CMYK0.6500.220.26
HSL159.51º48.62%49.61%-
HSV(B)159.51º65.43%73.73%-
XYZ25.3539.1733.42-
YUV146.44127.7569.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=16.29%
G=47.12%
B=36.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881460.6500.220.26159.5148.6249.61
Hex41BC92410161Aa03132
Octal101274222101026322406162
Binary1000001101111001001001010000010101101101010100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,188,146); }

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

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

 a { background-color: rgb(65,188,146); }

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

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

 span { border-color: rgb(65,188,146); }

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