#41BD48

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

Shades of Fruit Salad #41BD48

Tints of Fruit Salad #41BD48

Color information

#41BD48 (or 0x41BD48) is unknown color: approx Fruit Salad. HEX triplet: 41, BD and 48. RGB value is (65,189,72). Sum of RGB (Red+Green+Blue) = 65+189+72=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD48 is #BE42B7. Grayscale: #8A8A8A. Windows color (decimal): -12468920 or 4767041. OLE color: 4767041.

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

Color convert

RGB6518972-
CMYK0.6600.620.26
HSL123.39º48.82%49.8%-
HSV(B)123.39º65.61%74.12%-
XYZ21.5537.9912.33-
YUV138.5990.4275.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=19.94%
G=57.98%
B=22.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65189720.6600.620.26123.3948.8249.8
Hex41BD484203E1A7b3132
Octal101275110102076321736162
Binary100000110111101100100010000100111110110101111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,72); }

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

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

 a { background-color: rgb(65,189,72); }

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

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

 span { border-color: rgb(65,189,72); }

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