#41B245

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

Shades of Fruit Salad #41B245

Tints of Fruit Salad #41B245

Color information

#41B245 (or 0x41B245) is unknown color: approx Fruit Salad. HEX triplet: 41, B2 and 45. RGB value is (65,178,69). Sum of RGB (Red+Green+Blue) = 65+178+69=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #41B245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B245 is #BE4DBA. Grayscale: #848484. Windows color (decimal): -12471739 or 4567617. OLE color: 4567617.

HSL color Cylindrical-coordinate representation of color #41B245: hue angle of 122.12º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B245 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB6517869-
CMYK0.6300.610.30
HSL122.12º46.5%47.65%-
HSV(B)122.12º63.48%69.8%-
XYZ19.1733.3911.07-
YUV131.7992.5680.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 178 (69.92% from 255) = 57.05%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=20.83%
G=57.05%
B=22.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65178690.6300.610.30122.1246.547.65
Hex41B2453F03D1E7a2f30
Octal10126210577075361725760
Binary10000011011001010001011111110111101111101111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,178,69); }

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

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

 a { background-color: rgb(65,178,69); }

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

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

 span { border-color: rgb(65,178,69); }

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