#45A052

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

Shades of Fruit Salad #45A052

Tints of Fruit Salad #45A052

Color information

#45A052 (or 0x45A052) is unknown color: approx Fruit Salad. HEX triplet: 45, A0 and 52. RGB value is (69,160,82). Sum of RGB (Red+Green+Blue) = 69+160+82=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #45A052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A052 is #BA5FAD. Grayscale: #7C7C7C. Windows color (decimal): -12214190 or 5414981. OLE color: 5414981.

HSL color Cylindrical-coordinate representation of color #45A052: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A052 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB6916082-
CMYK0.5700.490.37
HSL128.57º39.74%44.9%-
HSV(B)128.57º56.88%62.75%-
XYZ16.5527.0212.33-
YUV123.9104.3588.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=22.19%
G=51.45%
B=26.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160820.5700.490.37128.5739.7444.9
Hex45A052390312581282d
Octal10524012271061452015055
Binary1000101101000001010010111001011000110010110000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,82); }

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

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

 a { background-color: rgb(69,160,82); }

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

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

 span { border-color: rgb(69,160,82); }

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