#41B452

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

Shades of Fruit Salad #41B452

Tints of Fruit Salad #41B452

Color information

#41B452 (or 0x41B452) is unknown color: approx Fruit Salad. HEX triplet: 41, B4 and 52. RGB value is (65,180,82). Sum of RGB (Red+Green+Blue) = 65+180+82=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #41B452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B452 is #BE4BAD. Grayscale: #868686. Windows color (decimal): -12471214 or 5420097. OLE color: 5420097.

HSL color Cylindrical-coordinate representation of color #41B452: hue angle of 128.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B452 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB6518082-
CMYK0.6400.540.29
HSL128.87º46.94%48.04%-
HSV(B)128.87º63.89%70.59%-
XYZ20.0234.3813.56-
YUV134.4498.478.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=19.88%
G=55.05%
B=25.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65180820.6400.540.29128.8746.9448.04
Hex41B452400361D812f30
Octal101264122100066352015760
Binary1000001101101001010010100000001101101110110000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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