#45B241

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

Shades of Fruit Salad #45B241

Tints of Fruit Salad #45B241

Color information

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

HSL color Cylindrical-coordinate representation of color #45B241: hue angle of 117.88º 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 #45B241 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB6917865-
CMYK0.6100.630.30
HSL117.88º46.5%47.65%-
HSV(B)117.88º63.48%69.8%-
XYZ19.3333.4910.45-
YUV132.5389.8982.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69178650.6100.630.30117.8846.547.65
Hex45B2413D03F1E762f30
Octal10526210175077361665760
Binary10001011011001010000011111010111111111101110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B241; }

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

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

<style>
 a { background-color: #45B241; }

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

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

<style>
 span { border-color: #45B241; }

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

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