#45A54D

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

Shades of Fruit Salad #45A54D

Tints of Fruit Salad #45A54D

Color information

#45A54D (or 0x45A54D) is unknown color: approx Fruit Salad. HEX triplet: 45, A5 and 4D. RGB value is (69,165,77). Sum of RGB (Red+Green+Blue) = 69+165+77=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #45A54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A54D is #BA5AB2. Grayscale: #7E7E7E. Windows color (decimal): -12212915 or 5088581. OLE color: 5088581.

HSL color Cylindrical-coordinate representation of color #45A54D: hue angle of 125º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A54D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB6916577-
CMYK0.5800.530.35
HSL125º41.03%45.88%-
HSV(B)125º58.18%64.71%-
XYZ17.2528.7111.65-
YUV126.26100.287.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=22.19%
G=53.05%
B=24.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165770.5800.530.3512541.0345.88
Hex45A54D3A035237d292e
Octal10524511572065431755156
Binary100010110100101100110111101001101011000111111101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,165,77); }

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

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

 a { background-color: rgb(69,165,77); }

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

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

 span { border-color: rgb(69,165,77); }

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