#45A253

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

Shades of Fruit Salad #45A253

Tints of Fruit Salad #45A253

Color information

#45A253 (or 0x45A253) is unknown color: approx Fruit Salad. HEX triplet: 45, A2 and 53. RGB value is (69,162,83). Sum of RGB (Red+Green+Blue) = 69+162+83=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #45A253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A253 is #BA5DAC. Grayscale: #7D7D7D. Windows color (decimal): -12213677 or 5481029. OLE color: 5481029.

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

Color convert

RGB6916283-
CMYK0.5700.490.36
HSL129.03º40.26%45.29%-
HSV(B)129.03º57.41%63.53%-
XYZ16.9427.7312.64-
YUV125.19104.1987.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=21.97%
G=51.59%
B=26.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69162830.5700.490.36129.0340.2645.29
Hex45A253390312481282d
Octal10524212371061442015055
Binary1000101101000101010011111001011000110010010000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,162,83); }

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

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

 a { background-color: rgb(69,162,83); }

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

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

 span { border-color: rgb(69,162,83); }

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