#41B752

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

Shades of Fruit Salad #41B752

Tints of Fruit Salad #41B752

Color information

#41B752 (or 0x41B752) is unknown color: approx Fruit Salad. HEX triplet: 41, B7 and 52. RGB value is (65,183,82). Sum of RGB (Red+Green+Blue) = 65+183+82=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #41B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B752 is #BE48AD. Grayscale: #888888. Windows color (decimal): -12470446 or 5420865. OLE color: 5420865.

HSL color Cylindrical-coordinate representation of color #41B752: hue angle of 128.64º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B752 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB6518382-
CMYK0.6400.550.28
HSL128.64º47.58%48.63%-
HSV(B)128.64º64.48%71.76%-
XYZ20.6435.613.77-
YUV136.297.4177.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=19.70%
G=55.45%
B=24.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65183820.6400.550.28128.6447.5848.63
Hex41B752400371C813031
Octal101267122100067342016061
Binary1000001101101111010010100000001101111110010000001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,183,82); }

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

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

 a { background-color: rgb(65,183,82); }

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

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

 span { border-color: rgb(65,183,82); }

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