#45AF38

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

Shades of Fruit Salad #45AF38

Tints of Fruit Salad #45AF38

Color information

#45AF38 (or 0x45AF38) is unknown color: approx Fruit Salad. HEX triplet: 45, AF and 38. RGB value is (69,175,56). Sum of RGB (Red+Green+Blue) = 69+175+56=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AF38 is #BA50C7. Grayscale: #828282. Windows color (decimal): -12210376 or 3714885. OLE color: 3714885.

HSL color Cylindrical-coordinate representation of color #45AF38: hue angle of 113.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45AF38 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB6917556-
CMYK0.6100.680.31
HSL113.45º51.52%45.29%-
HSV(B)113.45º68%68.63%-
XYZ18.532.218.98-
YUV129.7486.3884.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 175 (68.75% from 255) = 58.33%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=23%
G=58.33%
B=18.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69175560.6100.680.31113.4551.5245.29
Hex45AF383D0441F71342d
Octal10525770750104371616455
Binary10001011010111111100011110101000100111111110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,175,56); }

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

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

 a { background-color: rgb(69,175,56); }

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

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

 span { border-color: rgb(69,175,56); }

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