#45B246

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

Shades of Fruit Salad #45B246

Tints of Fruit Salad #45B246

Color information

#45B246 (or 0x45B246) is unknown color: approx Fruit Salad. HEX triplet: 45, B2 and 46. RGB value is (69,178,70). Sum of RGB (Red+Green+Blue) = 69+178+70=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #45B246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B246 is #BA4DB9. Grayscale: #858585. Windows color (decimal): -12209594 or 4633157. OLE color: 4633157.

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

Color convert

RGB6917870-
CMYK0.6100.610.30
HSL120.55º44.13%48.43%-
HSV(B)120.55º61.24%69.8%-
XYZ19.4833.5511.24-
YUV133.192.3982.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 178 (69.92% from 255) = 56.15%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=21.77%
G=56.15%
B=22.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69178700.6100.610.30120.5544.1348.43
Hex45B2463D03D1E792c30
Octal10526210675075361715460
Binary10001011011001010001101111010111101111101111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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