#45A63C

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

Shades of Fruit Salad #45A63C

Tints of Fruit Salad #45A63C

Color information

#45A63C (or 0x45A63C) is unknown color: approx Fruit Salad. HEX triplet: 45, A6 and 3C. RGB value is (69,166,60). Sum of RGB (Red+Green+Blue) = 69+166+60=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #45A63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A63C is #BA59C3. Grayscale: #7D7D7D. Windows color (decimal): -12212676 or 3974725. OLE color: 3974725.

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

Color convert

RGB6916660-
CMYK0.5800.640.35
HSL114.91º46.9%44.31%-
HSV(B)114.91º63.86%65.1%-
XYZ16.9128.868.96-
YUV124.9191.3688.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=23.39%
G=56.27%
B=20.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69166600.5800.640.35114.9146.944.31
Hex45A63C3A04023732f2c
Octal10524674720100431635754
Binary100010110100110111100111010010000001000111110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,166,60); }

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

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

 a { background-color: rgb(69,166,60); }

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

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

 span { border-color: rgb(69,166,60); }

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